summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorGábor Lipták <gliptak@gmail.com>2020-04-28 11:10:11 -0400
committerGábor Lipták <gliptak@gmail.com>2020-04-28 11:10:11 -0400
commit03583c8ae4308ead1c255ed95b7e7659a8f421c5 (patch)
tree69de637edf1b9f575d623f088c5e50868217d158 /tox.ini
parent0f29cc4931e322f8f5ec27c551d1ded463b6789f (diff)
downloadpysaml2-03583c8ae4308ead1c255ed95b7e7659a8f421c5.tar.gz
Add Python 3.8 as supported
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 55dee4f1..a68f1930 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,6 +2,7 @@
envlist =
py36
py37
+ py38
pypy3
[testenv]