diff --git a/tox.ini b/tox.ini index 9063460e67..f1f1aea0d5 100644 --- a/tox.ini +++ b/tox.ini @@ -17,11 +17,8 @@ commands = nosetests --with-coverage --cover-html --cover-erase --cover-package= [testenv:venv] commands = {posargs} -[testenv:jenkins] +[tox:jenkins] downloadcache = ~/cache/pip -commands = - pip freeze - nosetests [testenv:jenkins26] basepython = python2.6