diff options
author | niu-zglinux <Niu.ZGlinux@gmail.com> | 2013-05-29 22:13:02 +0800 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-05-30 22:14:28 +0000 |
commit | 2d12f09c66e0221ba7f43cc64677c05486a42ea6 (patch) | |
tree | 2da3bec63689077e3cb2f1c5bf874754bfaece13 | |
parent | 874e0e4427b80e1b15b74a1557b73ba9d61443ca (diff) | |
download | python-swiftclient-2d12f09c66e0221ba7f43cc64677c05486a42ea6.tar.gz |
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.
Change-Id: I9c1356f22f6527be44b4b3f6a77012156ff1637b
Fixes: bug #1179008
-rw-r--r-- | requirements.txt (renamed from tools/pip-requires) | 0 | ||||
-rw-r--r-- | test-requirements.txt (renamed from tools/test-requires) | 0 | ||||
-rw-r--r-- | tox.ini | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/tools/pip-requires b/requirements.txt index 21115e0..21115e0 100644 --- a/tools/pip-requires +++ b/requirements.txt diff --git a/tools/test-requires b/test-requirements.txt index 66136b0..66136b0 100644 --- a/tools/test-requires +++ b/test-requirements.txt @@ -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] |