diff --git a/tox.ini b/tox.ini index bf6faeeddf..716c432009 100644 --- a/tox.ini +++ b/tox.ini @@ -91,3 +91,7 @@ local-check-factory = tests.hacking.checks.factory # separately, outside of the requirements files. deps = bindep commands = bindep + +[testenv:self] +# TODO(astudenov): Add real script here that will run rally self test +commands = python -c 'print "SUCCESS"'