aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2018-07-24 11:50:02 -0400
committerWaylan Limberg <waylan.limberg@icloud.com>2018-07-24 13:14:07 -0400
commitd7764996e4e08faefaf3564fa71c19751847b55f (patch)
tree94345534436cfffd884689807c3070e07797ce11 /tox.ini
parentee54678185234f01d3de6a6334f30c9bb3417783 (diff)
downloadmarkdown-d7764996e4e08faefaf3564fa71c19751847b55f.tar.gz
markdown-d7764996e4e08faefaf3564fa71c19751847b55f.tar.bz2
markdown-d7764996e4e08faefaf3564fa71c19751847b55f.zip
Add support for PY37 and PYPY3.
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 7a415bf..42cdd50 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27, py32, py33, py34, py35, py36, pypy, flake8, checkspelling
+envlist = py27, py34, py35, py36, py37, pypy, pypy3, flake8, checkspelling
[testenv]
deps = -rtest-requirements.txt