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: I64c83c96db5c00b04acca9a7538ab83b96fb5f9b
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -15,9 +15,6 @@ deps =
|
|||||||
commands =
|
commands =
|
||||||
python setup.py testr --slowest --testr-args='{posargs:}'
|
python setup.py testr --slowest --testr-args='{posargs:}'
|
||||||
|
|
||||||
[tox:jenkins]
|
|
||||||
downloadcache = ~/cache/pip
|
|
||||||
|
|
||||||
[testenv:func]
|
[testenv:func]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
# Define virtualenv directory, port to use for functional testing, and number
|
# Define virtualenv directory, port to use for functional testing, and number
|
||||||
|
Reference in New Issue
Block a user