From af9ea73030a38a560d3756ad78a9a62377ef1b38 Mon Sep 17 00:00:00 2001 From: Kiall Mac Innes Date: Mon, 4 Mar 2013 12:49:31 +0000 Subject: [PATCH] Have tox.ini actually run nosetests Change-Id: I3c93a6614ff71bfe2405257e2684fbc0fa05e76c --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 947df32..66819e1 100644 --- a/tox.ini +++ b/tox.ini @@ -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]