Deprecated tox -downloadcache option removed

Caching is enabled by default from pip version 6.0

More info:
https://testrun.org/tox/latest/config.html#confval-downloadcache=path
https://pip.pypa.io/en/stable/reference/pip_install/#caching

Change-Id: I3cb2252fbb3fbb5e80a46bd0fa18eadabba0c3ee
This commit is contained in:
Ondřej Nový 2015-12-11 21:06:11 +01:00
parent 1d392df77f
commit d55c1facc9

View File

@ -31,9 +31,6 @@ commands = coverage run \
coverage html -d cover coverage html -d cover
/bin/rm .coverage /bin/rm .coverage
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:docs] [testenv:docs]
commands = python setup.py build_sphinx commands = python setup.py build_sphinx