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

View File

@ -23,9 +23,6 @@ commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:func]
setenv = OS_TEST_PATH=tests.functional
whitelist_externals =