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: I033ee324bbfeaabd1f3e830bbed8d8d11fd77d96
This commit is contained in:
Ondřej Nový 2015-12-11 23:11:28 +01:00
parent 632730169e
commit e77627b064
1 changed files with 1 additions and 4 deletions

View File

@ -28,9 +28,6 @@ commands =
nosetests {posargs:fuel_plugin/testing/tests/unit}
nosetests {posargs:fuel_plugin/testing/tests/integration}
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:cover]
setenv = NOSE_WITH_COVERAGE=1
@ -51,4 +48,4 @@ show-source = True
count = True
[hacking]
import_exceptions = testtools.matchers
import_exceptions = testtools.matchers