diff --git a/tox.ini b/tox.ini index d7965f83..0ec39310 100644 --- a/tox.ini +++ b/tox.ini @@ -28,9 +28,6 @@ setenv = PYTHON=coverage run --source diskimage_builder commands = bash -c 'if [ ! -d ./.testrepository ] ; then testr init ; fi' bash -c 'testr run --parallel ; RET=$? ; coverage combine ; coverage html -d ./cover $OMIT && exit $RET' -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:docs] commands = python setup.py build_sphinx