summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 0 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 16cc2fa..54b5cc2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,8 +4,3 @@ envlist = py34,py35,py26,py27
[testenv]
commands = python -m unittest fastimport.tests.test_suite
-
-[testenv:py26]
-deps =
- unittest2
-commands = python -m unittest2.__main__ fastimport.tests.test_suite