From 5562b054b45d84cebe470c65377828eb657acee3 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 28 Jan 2016 14:36:53 -0500 Subject: Remove Py32 tests from travis, not tox. That way py32 tests can still be run locally. Just not on the CI server. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 52a0584..3292773 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py33, py34, pypy, flake8, checkspelling +envlist = py27, py32, py33, py34, pypy, flake8, checkspelling [testenv] deps = -rtest-requirements.txt -- cgit v1.2.3