mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 09:50:37 +00:00
Add nose-cov
dependency to tox integration tests
This commit is contained in:
parent
5a46a0b1ab
commit
f210bfc132
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
@ -19,6 +19,7 @@ commands = nosetests --with-coverage --cover-package=bootstrapvz --cover-inclusi
|
||||||
[testenv:integration]
|
[testenv:integration]
|
||||||
deps =
|
deps =
|
||||||
nose
|
nose
|
||||||
|
nose-cov
|
||||||
Pyro4 >= 4.30
|
Pyro4 >= 4.30
|
||||||
pyvbox >= 0.2.0
|
pyvbox >= 0.2.0
|
||||||
commands = nosetests --with-coverage --cover-package=bootstrapvz --cover-inclusive --verbose {posargs:tests/integration}
|
commands = nosetests --with-coverage --cover-package=bootstrapvz --cover-inclusive --verbose {posargs:tests/integration}
|
||||||
|
|
Loading…
Add table
Reference in a new issue