diff options
author | Matth?us G. Chajdas <dev@anteru.net> | 2018-11-24 17:49:57 +0100 |
---|---|---|
committer | Matth?us G. Chajdas <dev@anteru.net> | 2018-11-24 17:49:57 +0100 |
commit | 60afd6c7897f2e0b5326645efd48c9b70db744d8 (patch) | |
tree | e591f9d9050382b03f67172c14c1eafcbf4804b3 /tox.ini | |
parent | fd0d9128ffcbb362ea08118c1b6fbb74590e8a60 (diff) | |
download | pygments-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py33, py34 +envlist = py27, py35, py36, py37 [testenv] deps = nose |