summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@enovance.com>2014-12-11 09:48:52 +0100
committerVictor Stinner <victor.stinner@enovance.com>2014-12-11 23:36:04 +0100
commit32bf9400e6479b0c8a0fda5a845277d033c9ac2b (patch)
treead1f20f8e7cba900e3f515366c21cdf746c680cb /tox.ini
parentdeb0152cbc53639079b6baa3ad9a62e0fe5a8e2f (diff)
downloadoslo-concurrency-32bf9400e6479b0c8a0fda5a845277d033c9ac2b.tar.gz
Drop requirements-py3.txt
The file was identical to requirements.txt, just reuse this one. Keep py33 and py34 sections in tox.ini, because eventlet is not tested yet on Python 3. Change-Id: I9e49b796692b71bf518e5fbd96b663329cc505b3
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index d14cd1a..e6e2296 100644
--- a/tox.ini
+++ b/tox.ini
@@ -20,14 +20,10 @@ commands =
env TEST_EVENTLET=1 lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'
[testenv:py33]
-deps = -r{toxinidir}/requirements-py3.txt
- -r{toxinidir}/test-requirements.txt
commands =
lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'
[testenv:py34]
-deps = -r{toxinidir}/requirements-py3.txt
- -r{toxinidir}/test-requirements.txt
commands =
lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'