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

View File

@ -3,9 +3,6 @@ minversion = 1.6
skipsdist = True
envlist = py26, py27, py34, docs, pep8, py27-coverage, py34-coverage
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv]
usedevelop = True
# LC_ALL see https://github.com/gabrielfalcao/HTTPretty/issues/223