Have tox.ini actually run nosetests

Change-Id: I3c93a6614ff71bfe2405257e2684fbc0fa05e76c
This commit is contained in:
Kiall Mac Innes 2013-03-04 12:49:31 +00:00
parent f8e1f46839
commit af9ea73030

@ -15,7 +15,7 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_RED=0.05
NOSE_OPENSTACK_YELLOW=0.025
NOSE_OPENSTACK_SHOW_ELAPSED=1
commands = true # nosetests {posargs}
commands = nosetests {posargs}
sitepackages = False
[testenv:cover]