Add comment about downstream deps fix

This commit is contained in:
Jakub Warmuz 2015-10-16 22:17:31 +00:00
parent 408903b732
commit 86cd5af76e
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

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