mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
pin pkging tools that have dropped support (#5281)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user