From 45dde12429d74a2ac9aca1a7ec95701dddaeb410 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sun, 3 Jul 2016 11:36:19 +0200 Subject: [PATCH] Pip compatibility with Python 3.2 is gone. Therefore we also remove it. --- tox.ini | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 1307b252..9981cb8f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26, py27, py32, py33, py34, py35 +envlist = py26, py27, py33, py34, py35 [testenv] deps = pytest>=2.3.5 @@ -23,10 +23,6 @@ deps = # for testing the typing module typing {[testenv]deps} -[testenv:py32] -deps = - typing - {[testenv]deps} [testenv:py33] deps = typing