summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMatth?us G. Chajdas <dev@anteru.net>2018-11-24 17:49:57 +0100
committerMatth?us G. Chajdas <dev@anteru.net>2018-11-24 17:49:57 +0100
commit164a33948ece6647c5ab253f2629c5fdebde638c (patch)
treeb63aafc30c54910c5e39af9315f5c29edd5af66e /tox.ini
parent04ab8dd0dca349545694fc639003a4433cb5e157 (diff)
downloadpygments-git-164a33948ece6647c5ab253f2629c5fdebde638c.tar.gz
Fix the tests, and enable them for Python 2.7, 3.5, 3.6, 3.7.
Updated the documentation as well to make clear which Python versions are officially supported.
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 8a33f99c..2c63c292 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py26, py27, py33, py34
+envlist = py27, py35, py36, py37
[testenv]
deps =
nose