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

View File

@ -27,9 +27,6 @@ commands =
py.test -vv --cleandb --junit-xml {toxinidir}/nailgun/nailgun.xml -m 'not performance' -n 4 {posargs:nailgun/test}
py.test -vv --junit-xml {toxinidir}/nailgun/extensions.xml {posargs:nailgun/extensions}
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:cover]
setenv = NOSE_WITH_COVERAGE=1