Fixes tox for py32

This commit is contained in:
Ask Solem 2011-09-14 11:19:26 +01:00
parent ca0d18cb06
commit 4476e9a11f
1 changed files with 3 additions and 3 deletions

View File

@ -17,8 +17,8 @@ commands = {toxinidir}/contrib/release/removepyc.sh {toxinidir}
--with-coverage3 \
--cover3-branch \
--cover3-xml \
--cover3-xml-file=../coverage.xml \
--cover3-html-dir=../cover \
--cover3-xml-file={toxinidir}/coverage.xml \
--cover3-html-dir={toxinidir}/cover \
--cover3-package=kombu \
--cover3-exclude="kombu kombu.utils.* \
kombu.transport.pypika \
@ -26,7 +26,7 @@ commands = {toxinidir}/contrib/release/removepyc.sh {toxinidir}
kombu.transport.mongodb \
kombu.transport.beanstalk" \
--with-xunit \
--xunit-file=nosetests.xml
--xunit-file={toxinidir}/nosetests.xml
[testenv:py27]
basepython = python2.7