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: I4d371b9b2c007892c6f5e2906960d0fac66ec980
This commit is contained in:
Ondřej Nový 2015-12-11 21:06:11 +01:00
parent 4b572024da
commit 178cbed72a
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ whitelist_externals = bash
deps = -r{toxinidir}/pep8-test-requirements.txt
commands = flake8
[tox:jenkins]
downloadcache = ~/cache/pip
[flake8]
ignore =
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build