summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorBrian May <brian@linuxpenguins.xyz>2018-03-16 18:34:15 +1100
committerBrian May <brian@linuxpenguins.xyz>2018-03-16 18:34:15 +1100
commita215f1b227a7e9a1e6d0985e7b67373c3f522e71 (patch)
treef7e282e8a327af128a795ce076811b00d6d25068 /tox.ini
parent11455d0bcd8593d3f32484ee14d757654b2396d1 (diff)
Remove Python 2.6 from automatic tests
Automatic python 2.6 testing is becoming harder, especially as pytest 3.4.2 is unavailable for Python 2.6.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 1fc6079..e12a34e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,6 @@
[tox]
downloadcache = {toxworkdir}/cache/
envlist =
- py26,
py27,
py34,
py35,