Pip compatibility with Python 3.2 is gone. Therefore we also remove it.

This commit is contained in:
Dave Halter
2016-07-03 11:36:19 +02:00
parent 62786158da
commit 45dde12429

View File

@@ -1,5 +1,5 @@
[tox] [tox]
envlist = py26, py27, py32, py33, py34, py35 envlist = py26, py27, py33, py34, py35
[testenv] [testenv]
deps = deps =
pytest>=2.3.5 pytest>=2.3.5
@@ -23,10 +23,6 @@ deps =
# for testing the typing module # for testing the typing module
typing typing
{[testenv]deps} {[testenv]deps}
[testenv:py32]
deps =
typing
{[testenv]deps}
[testenv:py33] [testenv:py33]
deps = deps =
typing typing