summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-05-19 00:14:15 +0200
committerStefan Behnel <stefan_ml@behnel.de>2021-05-19 01:03:58 +0200
commit5ecb40bc6d0711aa570fed5c2788f87049513c84 (patch)
tree24afdb78bd8730b30c01fe643304e7577354fd91
parent852ed1092bd80b6b9a51db24371047ec88843031 (diff)
downloadpython-lxml-5ecb40bc6d0711aa570fed5c2788f87049513c84.tar.gz
Add Py3.9 to tox.ini.
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 575d7a14..4fb8f3a3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py27, py35, py36, py37, py38
+envlist = py27, py35, py36, py37, py38, py39
[testenv]
setenv =