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: I3320fa85bd54295cc78ce4ec6a0fd078cf2780c6
This commit is contained in:
Ondřej Nový 2015-12-11 23:12:00 +01:00
parent 3de1984dee
commit 96cd9d2134
1 changed files with 0 additions and 3 deletions

View File

@ -49,9 +49,6 @@ commands = python setup.py testr --coverage \
--omit='{toxinidir}/refstack/tests*,{toxinidir}/refstack/api/config.py,{toxinidir}/refstack/db/migrations/alembic/env.py,{toxinidir}/refstack/opts.py' \
--testr-args='{posargs}'
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:docs]
commands = python setup.py build_sphinx