Skip to content

Commit

Permalink
Fixes tox for py32
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Sep 14, 2011
1 parent fa57ca2 commit 6059d00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Expand Up @@ -17,16 +17,16 @@ 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 \
kombu.transport.pycouchdb \
kombu.transport.mongodb \
kombu.transport.beanstalk" \
--with-xunit \
--xunit-file=nosetests.xml
--xunit-file={toxinidir}/nosetests.xml

[testenv:py27]
basepython = python2.7
Expand Down

0 comments on commit 6059d00

Please sign in to comment.