diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,py35,py36,pep8py2,pep8py3,doc +envlist = py27,py34,py35,py36,py37,py38,pep8py2,pep8py3,doc skip_missing_interpreters = true [testenv] @@ -8,6 +8,12 @@ commands = deps = lxml +[testenv:py38] +commands = + {envpython} setup.py test +# lxml FTBFS because Python sets -Wimplicit-int +deps = + [testenv:pep8py2] basepython = python2.7 deps = |