tox.ini: add py37 env
This commit is contained in:
parent
5a1ccf1640
commit
6105c41f34
3
tox.ini
3
tox.ini
@ -1,5 +1,5 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist = py{27,36}-cov, htmlcov
|
envlist = py{27,36,37}-cov, htmlcov
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
basepython =
|
basepython =
|
||||||
@ -8,6 +8,7 @@ basepython =
|
|||||||
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}
|
py36: {env:TOXPYTHON:python3.6}
|
||||||
|
py37: {env:TOXPYTHON:python3.7}
|
||||||
deps =
|
deps =
|
||||||
cov: coverage>=4.3
|
cov: coverage>=4.3
|
||||||
pytest
|
pytest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user