mirror of https://github.com/celery/kombu.git
Fixes tox for py32
This commit is contained in:
parent
ca0d18cb06
commit
4476e9a11f
6
tox.ini
6
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue