.travis.yml: python 3.7 is was released.

This commit is contained in:
Valentin Lorentz 2019-01-02 14:47:59 +01:00
parent 05c86fceb7
commit ad04b5d567
1 changed files with 5 additions and 1 deletions

View File

@ -8,7 +8,9 @@ python:
- "3.4"
- "3.5"
- "3.6"
- "3.7-dev"
- "3.7"
- "3.8-dev"
- "nightly"
- "pypy"
- "pypy-5.3.1" # default pypy3 doesn't work, see https://bitbucket.org/pypy/pypy/issues/2129/local-variable-val-referenced-before
env:
@ -38,6 +40,8 @@ matrix:
env: WITH_OPT_DEPS=false
- python: "3.5"
env: WITH_OPT_DEPS=false
- python: "3.6"
env: WITH_OPT_DEPS=false
- python: "nightly"
env: WITH_OPT_DEPS=false
- python: "pypy"