Merge "Deprecated tox -downloadcache option removed"

This commit is contained in:
Jenkins 2016-01-04 03:50:24 +00:00 committed by Gerrit Code Review
commit 3978512872

View File

@ -16,9 +16,6 @@ deps = -r{toxinidir}/requirements.txt
commands =
python setup.py testr --slowest --testr-args='{posargs}'
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:pep8]
commands = flake8 {posargs}