mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-25 04:02:46 +01:00
.travis.yml: python 3.7 is was released.
This commit is contained in:
parent
05c86fceb7
commit
ad04b5d567
@ -8,7 +8,9 @@ python:
|
|||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7-dev"
|
- "3.7"
|
||||||
|
- "3.8-dev"
|
||||||
|
- "nightly"
|
||||||
- "pypy"
|
- "pypy"
|
||||||
- "pypy-5.3.1" # default pypy3 doesn't work, see https://bitbucket.org/pypy/pypy/issues/2129/local-variable-val-referenced-before
|
- "pypy-5.3.1" # default pypy3 doesn't work, see https://bitbucket.org/pypy/pypy/issues/2129/local-variable-val-referenced-before
|
||||||
env:
|
env:
|
||||||
@ -38,6 +40,8 @@ matrix:
|
|||||||
env: WITH_OPT_DEPS=false
|
env: WITH_OPT_DEPS=false
|
||||||
- python: "3.5"
|
- python: "3.5"
|
||||||
env: WITH_OPT_DEPS=false
|
env: WITH_OPT_DEPS=false
|
||||||
|
- python: "3.6"
|
||||||
|
env: WITH_OPT_DEPS=false
|
||||||
- python: "nightly"
|
- python: "nightly"
|
||||||
env: WITH_OPT_DEPS=false
|
env: WITH_OPT_DEPS=false
|
||||||
- python: "pypy"
|
- python: "pypy"
|
||||||
|
Loading…
Reference in New Issue
Block a user