summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2016-02-26 08:13:36 +0100
committerGuido Günther <agx@sigxcpu.org>2016-02-26 08:14:02 +0100
commit6d8d500a5f001dc0c84e0f2890b16f56409a62bb (patch)
tree02f29143ae9a5525430cc2df67d778352e3304f6
parent11ca10034c04267da8b00d2ef940b0548a13ef42 (diff)
Drop python2 support in tox.ini as well
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 68a25f8..346069a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py27, py33, py34
+envlist = py34, py35
[testenv]
commands = python setup.py nosetests