tox.ini: add py37 env

This commit is contained in:
Cosimo Lupo 2018-07-24 12:14:42 +01:00
parent 5a1ccf1640
commit 6105c41f34
No known key found for this signature in database
GPG Key ID: 59D54DB0C9976482

View File

@ -1,5 +1,5 @@
[tox]
envlist = py{27,36}-cov, htmlcov
envlist = py{27,36,37}-cov, htmlcov
[testenv]
basepython =
@ -8,6 +8,7 @@ basepython =
py34: {env:TOXPYTHON:python3.4}
py35: {env:TOXPYTHON:python3.5}
py36: {env:TOXPYTHON:python3.6}
py37: {env:TOXPYTHON:python3.7}
deps =
cov: coverage>=4.3
pytest