summaryrefslogtreecommitdiff
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
parent7cfe09e209f7c4f9a78daed99b742aaf122935d8 (diff)
downloadpython-fastimport-git-1fe042833f2212ac99500b3fc59c12618cf432a1.tar.gz
remove support of python3.2/python3.2/python3.4
-rw-r--r--.travis.yml1
-rw-r--r--tox.ini5
2 files changed, 1 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index af7b850..cdfd7d0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ python:
- "2.6"
- "3.5"
- "pypy"
- - "pypy3"
install:
- pip install unittest2 future
script: python -m unittest2.__main__ fastimport.tests.test_suite
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