summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@jelmer.uk>2021-04-10 15:25:36 +0100
committerJelmer Vernooij <jelmer@jelmer.uk>2021-04-10 15:25:36 +0100
commitfc6912f081871c8257735655b47bd0433b737969 (patch)
tree8b46482f777c9bb30ca3533d885a1633d163d4a1
parentda4b711c897b47903a3ecb3064b2f42ef0c24d5b (diff)
downloadpython-fastimport-git-fc6912f081871c8257735655b47bd0433b737969.tar.gz
Drop python2 support.
-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