Add nose-cov dependency to tox integration tests

This commit is contained in:
Tiago Ilieve 2015-04-12 17:05:21 -03:00 committed by Anders Ingemann
parent 5a46a0b1ab
commit f210bfc132

View file

@ -19,6 +19,7 @@ commands = nosetests --with-coverage --cover-package=bootstrapvz --cover-inclusi
[testenv:integration]
deps =
nose
nose-cov
Pyro4 >= 4.30
pyvbox >= 0.2.0
commands = nosetests --with-coverage --cover-package=bootstrapvz --cover-inclusive --verbose {posargs:tests/integration}