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: I235e737bc6375c8e09d86818195b6aba8a0c332c
This commit is contained in:
Ondřej Nový
2015-12-11 23:11:56 +01:00
parent 96f62fe7a0
commit 3dba560849

View File

@@ -34,9 +34,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
commands=
python setup.py build_sphinx
[tox:jenkins]
downloadcache = ~/cache/pip
[flake8]
# H233 Python 3.x incompatible use of print operator
# H303 no wildcard import