Updates tox.ini

This commit is contained in:
Ask Solem 2013-09-10 14:37:47 +01:00
parent 26238dc490
commit 950456ebbc
1 changed files with 1 additions and 2 deletions

View File

@ -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