summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2019-10-24 20:08:42 +0300
committerWaylan Limberg <waylan.limberg@icloud.com>2019-10-24 13:08:42 -0400
commita991ed40fb700fac3dd37de4d8095529c9b980b3 (patch)
tree460093293ec2746baa1622c22d326c317f3e18a3 /tox.ini
parentdab931f597cdc5b57d4e2458840fb991606506bc (diff)
downloadpython-markdown-a991ed40fb700fac3dd37de4d8095529c9b980b3.tar.gz
Add support for Python 3.8 (#867)
Related to #760.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 793bd67..14dcc21 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py35, py36, py37, pypy3, flake8, checkspelling, pep517check
+envlist = py35, py36, py37, py38, pypy3, flake8, checkspelling, pep517check
isolated_build = True
min_verison = 1.9