by using substitutions from other sections.
@@ -15,8 +15,7 @@ basepython =
commands =
python setup.py nosetests --with-xunit --with-xcoverage --cover-package=supervisor --cover-erase
deps =
- meld3 >= 1.0.0
- mock >= 0.5.0
+ {[testenv]deps}
nose
coverage
nosexcover
@@ -27,8 +26,4 @@ basepython =
- nose
- coverage
- nosexcover
+ {[testenv:cover]deps}