mirror of
https://github.com/certbot/certbot.git
synced 2026-07-15 20:53:00 -04:00
Add comment about downstream deps fix
This commit is contained in:
parent
408903b732
commit
86cd5af76e
1 changed files with 2 additions and 0 deletions
2
tox.ini
2
tox.ini
|
|
@ -12,6 +12,8 @@ envlist = py27,cover,lint
|
|||
# loops, especially on Travis
|
||||
|
||||
[testenv]
|
||||
# packages installed separately to ensure that dowstream deps problems
|
||||
# are detected, c.f. #1002
|
||||
commands =
|
||||
pip install -e acme[testing]
|
||||
nosetests -v acme
|
||||
|
|
|
|||
Loading…
Reference in a new issue