summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAsk Solem <ask@celeryproject.org>2011-06-28 15:40:11 +0100
committerAsk Solem <ask@celeryproject.org>2011-06-28 15:40:21 +0100
commit480112b21f12ddbef68158bab4721554901f1345 (patch)
tree26d47abf3f6335810f5500cdbd0415e465e8fd37 /tox.ini
parent8211f20210db2cfd06179ad98b4852f9217c489e (diff)
downloadkombu-480112b21f12ddbef68158bab4721554901f1345.tar.gz
Test requirements specifies PyYAML==3.09 as 3.10 dropped Python 2.4 support
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index faf46ea9..c7e0678b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,6 +9,7 @@ commands = nosetests
[testenv:py24]
basepython = python2.4
commands = pip -E {envdir} install -r contrib/requirements/default.txt
+ pip -E {envdir} install -r contrib/requirements/py24.txt
pip -E {envdir} install -r contrib/requirements/test.txt
nosetests --with-xunit --xunit-file=nosetests.xml \
--with-coverage3 --cover3-xml \