tox.ini: add py36 to env list
Running `tox` locally will run tests on 2.7, 3.5 and 3.6, by default; in any of these is not found, it will be skipped.
This commit is contained in:
parent
6125d0190d
commit
667e291501
4
tox.ini
4
tox.ini
@ -1,5 +1,6 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py27, py35
|
envlist = py27, py35, py36
|
||||||
|
skip_missing_interpreters = true
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython =
|
basepython =
|
||||||
@ -7,6 +8,7 @@ basepython =
|
|||||||
pypy: {env:TOXPYTHON:pypy}
|
pypy: {env:TOXPYTHON:pypy}
|
||||||
py34: {env:TOXPYTHON:python3.4}
|
py34: {env:TOXPYTHON:python3.4}
|
||||||
py35: {env:TOXPYTHON:python3.5}
|
py35: {env:TOXPYTHON:python3.5}
|
||||||
|
py36: {env:TOXPYTHON:python3.6}
|
||||||
deps =
|
deps =
|
||||||
pytest
|
pytest
|
||||||
-rrequirements.txt
|
-rrequirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user