diff --git a/tox.ini b/tox.ini index d3c8b36c..1d2939e1 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ commands = {toxinidir}/tests_ci/rally-integrated.sh [testenv:cover] commands = python setup.py testr --coverage --testr-args='{posargs}' -[testenv:doc] +[testenv:docs] changedir = doc/source commands = make html