mirror of https://github.com/celery/kombu.git
Updates tox.ini
This commit is contained in:
parent
26238dc490
commit
950456ebbc
3
tox.ini
3
tox.ini
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py25,py26,py27,py32,pypy
|
||||
envlist = py25,py26,py27,py32,py33,pypy
|
||||
|
||||
[testenv]
|
||||
sitepackages = False
|
||||
|
@ -13,7 +13,6 @@ deps = -r{toxinidir}/requirements/default.txt
|
|||
-r{toxinidir}/requirements/test3.txt
|
||||
-r{toxinidir}/requirements/test-ci.txt
|
||||
commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
|
||||
pip install -U -r{toxinidir}/requirements/dev.txt
|
||||
nosetests -vds kombu.tests \
|
||||
--with-xunit \
|
||||
--xunit-file={toxinidir}/nosetests.xml
|
||||
|
|
Loading…
Reference in New Issue