Merge "Rename pip/test-requires to standard naming"

This commit is contained in:
Jenkins 2014-05-26 16:59:35 +00:00 committed by Gerrit Code Review
commit 29104fd110
3 changed files with 2 additions and 2 deletions

@ -7,8 +7,8 @@ setenv = VIRTUAL_ENV={envdir}
LANGUAGE=en_US:en
LC_ALL=C
deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --testr-args='{posargs}'
[testenv:pep8]