Merge "Deprecated tox -downloadcache option removed"

This commit is contained in:
Jenkins 2015-12-16 01:26:25 +00:00 committed by Gerrit Code Review
commit e6677afb8e

View File

@ -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