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: I052ab287585af3a8fea66f85cf88cad88caeaade
This commit is contained in:
Ondřej Nový
2015-12-11 23:11:58 +01:00
parent 01a2000351
commit 973e1c032e

View File

@@ -36,7 +36,6 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
[tox:jenkins]
sitepackages = False
downloadcache = ~/cache/pip
[testenv:pep8]
sitepackages = False