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: I8f9604584700276079fe5b51cfedffc820411b77
This commit is contained in:
Ondřej Nový 2015-12-11 22:35:12 +01:00
parent 362184a6a6
commit 0b4a4dc49d
1 changed files with 0 additions and 3 deletions

View File

@ -41,9 +41,6 @@ commands = nodeenv -p
npm install
npm run lint
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html