Compare commits
1 commit
dev
...
enable-pyt
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f58f39b760 |
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -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]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue