Move requirements files to standard names.

Change-Id: Ia27def1cf04aae8fe6e9f19e965b0083638d2201
This commit is contained in:
Monty Taylor 2013-05-25 08:41:07 +02:00
parent 918c4d9d44
commit 3768432707
3 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,8 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_RED=0.05
NOSE_OPENSTACK_YELLOW=0.025
NOSE_OPENSTACK_SHOW_ELAPSED=1
deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = nosetests
[testenv:pep8]