From 1fe042833f2212ac99500b3fc59c12618cf432a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Mattrat?= Date: Mon, 18 Apr 2016 17:51:54 +0200 Subject: remove support of python3.2/python3.2/python3.4 --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tox.ini') 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 -- cgit v1.2.1