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
commit60afd6c7897f2e0b5326645efd48c9b70db744d8 (patch)
treee591f9d9050382b03f67172c14c1eafcbf4804b3 /tox.ini
parentfd0d9128ffcbb362ea08118c1b6fbb74590e8a60 (diff)
downloadpygments-60afd6c7897f2e0b5326645efd48c9b70db744d8.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