summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCarlos D. Garza <carlos.garza@rackspace.com>2013-05-24 17:51:31 -0500
committerCarlos D. Garza <carlos.garza@rackspace.com>2013-05-24 17:55:05 -0500
commit2bc22ef6f7e21701188eb97376d15c8f57a56881 (patch)
tree0e90773ea7454a3799c2391f3911280bbd083f51 /tox.ini
parentaf4e96986f6ee45e9e4ccac0b143902362a1a676 (diff)
downloadkeystone-2bc22ef6f7e21701188eb97376d15c8f57a56881.tar.gz
keystone-2bc22ef6f7e21701188eb97376d15c8f57a56881.tar.xz
keystone-2bc22ef6f7e21701188eb97376d15c8f57a56881.zip
Rename requires files to standard names.
Rename tools/pip-requires to requirements.txt and tools/test-requires to test-requirements.txt. These are standard files, and tools in the general world are growing intelligence about them. Fixes: bug #1179008 Change-Id: I1a19f0c73ab48987e2ff0dade1a57a68b65f0a22
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 401ec901..1dfa2f62 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,8 +10,8 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_YELLOW=0.025
NOSE_OPENSTACK_SHOW_ELAPSED=1
NOSE_OPENSTACK_STDOUT=1
-deps = -r{toxinidir}/tools/pip-requires
- -r{toxinidir}/tools/test-requires
+deps = -r{toxinidir}/requirements.txt
+ -r{toxinidir}/test-requirements.txt
commands = nosetests {posargs}
[testenv:pep8]