summaryrefslogtreecommitdiff
path: root/docutils/tox.ini
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2019-08-26 12:09:42 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2019-08-26 12:09:42 +0000
commitfae91e45bdcf42592d78ae0f8035b94fa6dda70c (patch)
treec877c672a8123662a1dcce1e6ac84fa36a588407 /docutils/tox.ini
parent08af9b25a2e33f4c70bda60caa8a8ac53a36ee86 (diff)
downloaddocutils-fae91e45bdcf42592d78ae0f8035b94fa6dda70c.tar.gz
Drop support for Python 3.3
This doesn't involve a whole lot of changes, but references to Python 3.3 (plus some to the already removed Python 2.6) are removed and 'setup.py' is updated as necessary. Signed-off-by: Stephen Finucane <stephen@that.guru> git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8338 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/tox.ini')
-rw-r--r--docutils/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/docutils/tox.ini b/docutils/tox.ini
index 19892b732..a539c9dcf 100644
--- a/docutils/tox.ini
+++ b/docutils/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27, py33, py34, py35, py36, py37
+envlist = py{27,34,35,36,37}
[testenv]
commands = python test/alltests.py