Add python 3.7 to tox

This commit is contained in:
Dave Halter
2018-04-06 20:30:07 +02:00
parent afb71dc762
commit 9941348ec6

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33, py34, py35, py36
envlist = py26, py27, py33, py34, py35, py36, py37
[testenv]
deps =
{env:_PARSO_TEST_PYTEST_DEP:pytest>=3.0.7}