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: Ia797ad4743c5f3600138205c26058466e65509c4
This commit is contained in:
Ondřej Nový 2015-12-11 22:35:41 +01:00 committed by Joshua Harlow
parent 1157e84e79
commit ec3e6012dc
1 changed files with 0 additions and 3 deletions

View File

@ -29,9 +29,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
changedir = doc/source
commands = make html
[tox:jenkins]
downloadcache = ~/cache/pip
[flake8]
ignore = E126,H703
show-source = true