travis: update Python versions.

This commit is contained in:
Valentin Lorentz 2017-02-25 13:32:22 +01:00
parent 355ff7ffdf
commit 62616a34d3

View File

@ -7,10 +7,10 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6-dev"
- "3.6"
- "nightly"
- "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:
- WITH_OPT_DEPS=true
- WITH_OPT_DEPS=false
@ -29,7 +29,6 @@ notifications:
matrix:
fast_finish: true
allow_failures:
- python: "pypy3" # https://bitbucket.org/pypy/pypy/issues/2129/local-variable-val-referenced-before
- python: "nightly"
exclude:
- python: "2.6"
@ -40,11 +39,11 @@ matrix:
env: WITH_OPT_DEPS=false
- python: "3.4"
env: WITH_OPT_DEPS=false
- python: "3.6-dev"
- python: "3.5"
env: WITH_OPT_DEPS=false
- python: "nightly"
env: WITH_OPT_DEPS=false
- python: "pypy"
env: WITH_OPT_DEPS=false
- python: "pypy3"
- python: "pypy3.3-5.2-alpha1"
env: WITH_OPT_DEPS=false