mirror of https://github.com/celery/kombu.git
Hopefully fix Travis build
This commit is contained in:
parent
c1e06243d0
commit
7685b6e049
12
tox.ini
12
tox.ini
|
@ -10,13 +10,9 @@ commands = nosetests
|
|||
distribute= True
|
||||
basepython = python3.3
|
||||
deps = -r{toxinidir}/requirements/default.txt
|
||||
-r{toxinidir}/requirements/test3.txt
|
||||
-r{toxinidir}/requirements/test-ci.txt
|
||||
commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
|
||||
{envbindir}/easy_install -U distribute
|
||||
{envbindir}/pip install \
|
||||
--download-cache={toxworkdir}/_download \
|
||||
-r{toxinidir}/requirements/test3.txt
|
||||
|
||||
nosetests -vd kombu.tests \
|
||||
--with-coverage3 \
|
||||
--cover3-branch \
|
||||
|
@ -36,13 +32,9 @@ commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
|
|||
distribute= True
|
||||
basepython = python3.2
|
||||
deps = -r{toxinidir}/requirements/default.txt
|
||||
-r{toxinidir}/requirements/test3.txt
|
||||
-r{toxinidir}/requirements/test-ci.txt
|
||||
commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
|
||||
{envbindir}/easy_install -U distribute
|
||||
{envbindir}/pip install \
|
||||
--download-cache={toxworkdir}/_download \
|
||||
-r{toxinidir}/requirements/test3.txt
|
||||
|
||||
nosetests -vd kombu.tests \
|
||||
--with-coverage3 \
|
||||
--cover3-branch \
|
||||
|
|
Loading…
Reference in New Issue