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: I7b99c04f94fb6b9e1da6942dc293a3a135b75d16
This commit is contained in:
Ondřej Nový 2015-12-11 21:06:11 +01:00
parent 42a90b59ff
commit 46ba7f2a7b
1 changed files with 0 additions and 3 deletions

View File

@ -2,9 +2,6 @@
minversion = 1.6
envlist = docs,py33,py34,py27,pypy,pep8,venv
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:docs]
basepython = python2.7
commands = python setup.py build_sphinx