summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFélix Mattrat <mattr.felix@gmail.com>2016-04-18 17:51:54 +0200
committerFélix Mattrat <mattr.felix@gmail.com>2016-04-18 18:07:54 +0200
commit1fe042833f2212ac99500b3fc59c12618cf432a1 (patch)
treea5f514531e253f8e3330298ea59849f8b4d190bb /tox.ini
parent7cfe09e209f7c4f9a78daed99b742aaf122935d8 (diff)
downloadpython-fastimport-git-1fe042833f2212ac99500b3fc59c12618cf432a1.tar.gz
remove support of python3.2/python3.2/python3.4
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index 12ed28e..16691b6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,14 +1,11 @@
[tox]
-envlist = py35,py26,py27,pypy,pypy3
skipsdist = True
+envlist = py35,py26,py27
[testenv]
-deps =
- future
commands = python -m unittest fastimport.tests.test_suite
[testenv:py26]
deps =
- future
unittest2
commands = python -m unittest2.__main__ fastimport.tests.test_suite \ No newline at end of file