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