pin pkging tools that have dropped support (#5281)

This commit is contained in:
Brad Warren
2017-12-01 13:20:27 -08:00
committed by GitHub
parent 48173ed1cb
commit b9b329ecf7
+9
View File
@@ -59,6 +59,9 @@ source_paths =
commands =
{[base]install_and_test} {[base]py26_packages}
python tests/lock_test.py
deps =
setuptools==36.8.0
wheel==0.29.0
[testenv]
commands =
@@ -68,6 +71,12 @@ setenv =
PYTHONPATH = {toxinidir}
PYTHONHASHSEED = 0
[testenv:py33]
commands =
{[testenv]commands}
deps =
wheel==0.29.0
[testenv:py27-oldest]
commands =
{[testenv]commands}