summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2015-05-15 18:33:55 +0200
committerVictor Stinner <vstinner@redhat.com>2015-05-15 22:31:47 +0200
commit9d5dc1c48296c494dcff251b74eca0c3d7bd28fc (patch)
treec68d14cb17bb09d54259a1402961854cb23a4652 /tox.ini
parent253a6288e8bc1071da34ee02e3f53bbcbe8a75d6 (diff)
downloadceilometer-9d5dc1c48296c494dcff251b74eca0c3d7bd28fc.tar.gz
Update Python 3 requirements
* Remove requirements-py3.txt: it's not more needed, all libraries in requirements.txt are compatible with Python 3 * Synchronize test-requirements-py3.txt with test-requirements.txt, add: - gabbi - psycopg2 - pylint - requests-aws * Update tox.ini to use requirements.txt instead of requirements-py3.txt Change-Id: I7c89313663849165e985ae2dac6e05251d003f66
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8cf67c96..0a1b7259 100644
--- a/tox.ini
+++ b/tox.ini
@@ -28,7 +28,7 @@ commands =
bash -x {toxinidir}/setup-test-env-elastic.sh python setup.py testr --slowest --testr-args="{posargs}"
[testenv:py34]
-deps = -r{toxinidir}/requirements-py3.txt
+deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements-py3.txt
commands = python -m testtools.run \
ceilometer.tests.test_utils