mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-03 16:14:10 +01:00
travis: update Python versions.
This commit is contained in:
parent
355ff7ffdf
commit
62616a34d3
@ -7,10 +7,10 @@ python:
|
|||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6-dev"
|
- "3.6"
|
||||||
- "nightly"
|
- "nightly"
|
||||||
- "pypy"
|
- "pypy"
|
||||||
- "pypy3"
|
- "pypy3.3-5.2-alpha1" # default pypy3 doesn't work, see https://bitbucket.org/pypy/pypy/issues/2129/local-variable-val-referenced-before
|
||||||
env:
|
env:
|
||||||
- WITH_OPT_DEPS=true
|
- WITH_OPT_DEPS=true
|
||||||
- WITH_OPT_DEPS=false
|
- WITH_OPT_DEPS=false
|
||||||
@ -29,7 +29,6 @@ notifications:
|
|||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
allow_failures:
|
allow_failures:
|
||||||
- python: "pypy3" # https://bitbucket.org/pypy/pypy/issues/2129/local-variable-val-referenced-before
|
|
||||||
- python: "nightly"
|
- python: "nightly"
|
||||||
exclude:
|
exclude:
|
||||||
- python: "2.6"
|
- python: "2.6"
|
||||||
@ -40,11 +39,11 @@ matrix:
|
|||||||
env: WITH_OPT_DEPS=false
|
env: WITH_OPT_DEPS=false
|
||||||
- python: "3.4"
|
- python: "3.4"
|
||||||
env: WITH_OPT_DEPS=false
|
env: WITH_OPT_DEPS=false
|
||||||
- python: "3.6-dev"
|
- python: "3.5"
|
||||||
env: WITH_OPT_DEPS=false
|
env: WITH_OPT_DEPS=false
|
||||||
- python: "nightly"
|
- python: "nightly"
|
||||||
env: WITH_OPT_DEPS=false
|
env: WITH_OPT_DEPS=false
|
||||||
- python: "pypy"
|
- python: "pypy"
|
||||||
env: WITH_OPT_DEPS=false
|
env: WITH_OPT_DEPS=false
|
||||||
- python: "pypy3"
|
- python: "pypy3.3-5.2-alpha1"
|
||||||
env: WITH_OPT_DEPS=false
|
env: WITH_OPT_DEPS=false
|
||||||
|
Loading…
Reference in New Issue
Block a user