summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAngus Salkeld <asalkeld@redhat.com>2013-05-21 20:29:19 +1000
committerAngus Salkeld <asalkeld@redhat.com>2013-05-21 20:29:19 +1000
commitf987463cae866439d7bd1a09190c2a4afa585695 (patch)
treed68c51097fdf5fcdf7123fc96d7e5e4c204d9301
parent42e97cf60902f8c39a4d6fa92578a42c082257de (diff)
downloadpython-ceilometerclient-f987463cae866439d7bd1a09190c2a4afa585695.tar.gz
Rename tools/pip-requires to requirements.txt
(and tools/test-requires to test-requirements.txt). Requested by infra: bug 1179008 Change-Id: I7a6375622d095a9eda232ed82d167fc3a198ed06
-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.ini6
3 files changed, 2 insertions, 4 deletions
diff --git a/tools/pip-requires b/requirements.txt
index f3314cb..f3314cb 100644
--- a/tools/pip-requires
+++ b/requirements.txt
diff --git a/tools/test-requires b/test-requirements.txt
index c4ca04d..c4ca04d 100644
--- a/tools/test-requires
+++ b/test-requirements.txt
diff --git a/tox.ini b/tox.ini
index 67b21ed..15572b7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,18 +2,16 @@
envlist = py26,py27,pep8
[testenv]
-sitepackages = True
setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
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}'
[tox:jenkins]
-sitepackages = True
downloadcache = ~/cache/pip
[testenv:pep8]