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]
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