summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2019-04-14 10:52:42 +0200
committerChristian Heimes <christian@python.org>2019-04-14 11:45:26 +0200
commit0aa6977e37d343c1698e203d54fd2d4d31368f6b (patch)
treee7f00fc943500d6f320ff175c0dbb693a3b00cab /tox.ini
parent59b281e37428ac7889093cd30e33be939b94b741 (diff)
downloaddefusedxml-git-0aa6977e37d343c1698e203d54fd2d4d31368f6b.tar.gz
Test on Python 3.7 stable and 3.8-dev
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 7 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 5665037..8714a2c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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 =