Merge "pip has its own download cache by default"

This commit is contained in:
Jenkins 2015-06-22 14:22:14 +00:00 committed by Gerrit Code Review
commit 17646c25b0

View File

@ -12,7 +12,6 @@ setenv = VIRTUAL_ENV={envdir}
EVENTLET_NO_GREENDNS=yes
commands =
bash -x {toxinidir}/setup-test-env-mongodb.sh python setup.py testr --slowest --testr-args="{posargs}"
downloadcache = {toxworkdir}/_download
whitelist_externals = bash
# TODO(ityaptin): With separation tests to unit and functional folders we need