diff --git a/tox.ini b/tox.ini index 77ea498c..28d09acc 100644 --- a/tox.ini +++ b/tox.ini @@ -44,7 +44,7 @@ commands = [testenv:venv] commands = {posargs} -[testenv:py27-cover] +[testenv:cover] commands = python setup.py testr --coverage \ --omit='{toxinidir}/refstack/tests*,{toxinidir}/refstack/api/config.py,{toxinidir}/refstack/db/migrations/alembic/env.py,{toxinidir}/refstack/opts.py' \ --testr-args='{posargs}'