From 1b156e66feca34c199636d4107207dca71b39d24 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Thu, 28 Jan 2016 14:19:05 -0500 Subject: No longer test Python 3.2 Pip version 8 dropped support for Python 3.2 and by testing it we are getting errors (related to pip, not Markdown) on that version only. Removing the Py32 tests for now so our automated tools continue to work. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3292773..52a0584 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27, py32, py33, py34, pypy, flake8, checkspelling +envlist = py27, py33, py34, pypy, flake8, checkspelling [testenv] deps = -rtest-requirements.txt -- cgit v1.2.3