Have tox.ini actually run nosetests
Change-Id: I3c93a6614ff71bfe2405257e2684fbc0fa05e76c
This commit is contained in:
parent
f8e1f46839
commit
af9ea73030
2
tox.ini
2
tox.ini
@ -15,7 +15,7 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
NOSE_OPENSTACK_RED=0.05
|
NOSE_OPENSTACK_RED=0.05
|
||||||
NOSE_OPENSTACK_YELLOW=0.025
|
NOSE_OPENSTACK_YELLOW=0.025
|
||||||
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
NOSE_OPENSTACK_SHOW_ELAPSED=1
|
||||||
commands = true # nosetests {posargs}
|
commands = nosetests {posargs}
|
||||||
sitepackages = False
|
sitepackages = False
|
||||||
|
|
||||||
[testenv:cover]
|
[testenv:cover]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user