Merge pull request #1251 from mapreri/trevis-update

trevis: also test for 3.5 stable move to 3.6-dev
This commit is contained in:
Valentin Lorentz 2016-07-23 16:03:15 +02:00 committed by GitHub
commit aa1c971ac0

View File

@ -6,7 +6,8 @@ python:
- "3.2" - "3.2"
- "3.3" - "3.3"
- "3.4" - "3.4"
- "3.5-dev" - "3.5"
- "3.6-dev"
- "nightly" - "nightly"
- "pypy" - "pypy"
- "pypy3" - "pypy3"
@ -35,7 +36,7 @@ matrix:
env: WITH_OPT_DEPS=false env: WITH_OPT_DEPS=false
- python: "3.3" - python: "3.3"
env: WITH_OPT_DEPS=false env: WITH_OPT_DEPS=false
- python: "3.5-dev" - python: "3.6-dev"
env: WITH_OPT_DEPS=false env: WITH_OPT_DEPS=false
- python: "nightly" - python: "nightly"
env: WITH_OPT_DEPS=false env: WITH_OPT_DEPS=false