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: I9728aabe59d6e8edd8496e3126bac2057755fee2
This commit is contained in:
Ondřej Nový 2015-12-11 23:11:32 +01:00
parent 44622a8494
commit 202126f27c
1 changed files with 1 additions and 4 deletions

View File

@ -7,9 +7,6 @@
skipsdist = True
envlist = pep8
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:pep8]
# TODO: #deps = hacking==0.7
deps = flake8
@ -22,4 +19,4 @@ ignore = H302,H802
exclude = .venv,.git,.tox,dist,doc,*egg,build
show-pep8 = True
show-source = True
count = True
count = True