Install Pyro4 dep when testing

This commit is contained in:
Anders Ingemann 2014-11-26 01:00:41 +01:00
parent 86afbaf929
commit 0f8dbb7ac3

View file

@ -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]