From 86cd5af76e2fa532d8dbb1f0026078d3894fffd3 Mon Sep 17 00:00:00 2001 From: Jakub Warmuz Date: Fri, 16 Oct 2015 22:17:31 +0000 Subject: [PATCH] Add comment about downstream deps fix --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index e45c1c125..febf1a2d0 100644 --- a/tox.ini +++ b/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