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

View File

@ -46,9 +46,6 @@ commands =
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
[tox:jenkins]
downloadcache = ~/cache/pip
[flake8]
# F821: undefined name
ignore = F821