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]
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user