mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-19 00:22:50 +01:00
.travis.yml: add Python 3.4.
According to https://github.com/travis-ci/travis-ci/issues/1989 Travis will get Python versions from https://launchpad.net/~fkrull/+archive/deadsnakes and that PPA has python3.4 so it should be installed to them soon. Feel free to not merge this until it has happened.
This commit is contained in:
parent
90a1208e9e
commit
d84f6b4834
@ -4,6 +4,7 @@ python:
|
|||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.2"
|
- "3.2"
|
||||||
- "3.3"
|
- "3.3"
|
||||||
|
- "3.4"
|
||||||
- "pypy"
|
- "pypy"
|
||||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||||
install:
|
install:
|
||||||
|
Loading…
Reference in New Issue
Block a user