summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 1 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index fb6827d..bcd09a3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,11 +1,6 @@
[tox]
-envlist = py26,py27,py32,py33
+envlist = py32,py33
[testenv]
commands =
{envbindir}/python test_singledispatch.py
-
-[testenv:py26]
-basepython = python2.6
-deps =
- unittest2