summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorWaylan Limberg <waylan.limberg@icloud.com>2019-03-04 12:01:40 -0500
committerGitHub <noreply@github.com>2019-03-04 12:01:40 -0500
commit917a6cfefef62fb4f7157a6df010348960958f0b (patch)
treed4a770d5c1633555df60c28173a9577f4415ad7c /tox.ini
parent90833a19eae63f6e787d7718180bd48ca906575a (diff)
downloadpython-markdown-917a6cfefef62fb4f7157a6df010348960958f0b.tar.gz
Drop Python3.4 Support (#796)
Python is dropping support for PY3.4 on 2019-03-16. Therefore we are dropping support as well. See #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 799c2eb..e7de513 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27, py34, py35, py36, py37, pypy, pypy3, flake8, checkspelling
+envlist = py27, py35, py36, py37, pypy, pypy3, flake8, checkspelling
requires = setuptools>=36
isolated_build = True