mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-22 18:00:35 +00:00
Install Pyro4 dep when testing
This commit is contained in:
parent
86afbaf929
commit
0f8dbb7ac3
1 changed files with 3 additions and 1 deletions
4
tox.ini
4
tox.ini
|
@ -16,7 +16,9 @@ deps =
|
|||
commands = nosetests -v tests/unit --with-coverage --cover-package=bootstrapvz --cover-inclusive
|
||||
|
||||
[testenv:integration]
|
||||
deps = nose
|
||||
deps =
|
||||
nose
|
||||
Pyro4 >= 4.26
|
||||
commands = nosetests -v tests/integration --with-coverage --cover-package=bootstrapvz --cover-inclusive
|
||||
|
||||
[testenv:docs]
|
||||
|
|
Loading…
Add table
Reference in a new issue