Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Paulus Schoutsen
f58f39b760 Enable python 3.7 dev for Travis 2018-04-30 21:41:57 -04:00
2 changed files with 3 additions and 3 deletions

View file

@ -16,8 +16,8 @@ matrix:
env: TOXENV=py35 env: TOXENV=py35
- python: "3.6" - python: "3.6"
env: TOXENV=py36 env: TOXENV=py36
# - python: "3.6-dev" - python: "3.7-dev"
# env: TOXENV=py36 env: TOXENV=py37
# allow_failures: # allow_failures:
# - python: "3.5" # - python: "3.5"
# env: TOXENV=typing # env: TOXENV=typing

View file

@ -1,5 +1,5 @@
[tox] [tox]
envlist = py35, py36, lint, requirements, typing envlist = py35, py36, py37, lint, requirements, typing
skip_missing_interpreters = True skip_missing_interpreters = True
[testenv] [testenv]