diff --git a/tox.ini b/tox.ini
index 947df321..66819e11 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]