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: Ic618326816ed2e69941fbbad0436615c4d2dbcbd
This commit is contained in:
Ondřej Nový 2015-12-11 22:06:29 +01:00 committed by Joshua Harlow
parent a2cf1a6f29
commit 9db2b58f51
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = nosetests {posargs}
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:py27]
setenv = VIRTUAL_ENV={envdir}
SKIP_BOOTSTRAP=yes