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: If04bf146f45d4c7300058c2c441a12ab8f952225
This commit is contained in:
Ondřej Nový 2015-12-11 21:06:15 +01:00 committed by Ondřej Nový
parent 2742edff11
commit df528e5458
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ commands =
find . -type f -name "*.pyc" -delete
python setup.py testr --testr-args='{posargs}'
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees \
-b html releasenotes/source releasenotes/build/html