Skip to content

Commit

Permalink
Deprecated tox -downloadcache option removed
Browse files Browse the repository at this point in the history
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: I7c9cb6abe68639309db268076a4d021af09cdcc9
  • Loading branch information
onovy committed Dec 11, 2015
1 parent 097dce7 commit fb0e9de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tox.ini
Expand Up @@ -15,7 +15,6 @@ commands =

[tox:jenkins]
sitepackages = True
downloadcache = ~/cache/pip

[testenv:pep8]
commands = flake8 {posargs}
Expand Down

0 comments on commit fb0e9de

Please sign in to comment.