Rename pip/test-requires to standard naming

requirements.txt and test-requirements.txt in the
base directory is the universal standard accross
OpenStack projects.

Change-Id: I98fb9ff232363fe9cfc92ef2b34123352f7eeeaa
This commit is contained in:
Dirk Müller 2014-05-23 00:27:22 +02:00
parent a85a821ee4
commit ce35f9b847
3 changed files with 2 additions and 2 deletions

View File

@ -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]