|
@@ -1,21 +1,10 @@
|
|
|
[tox]
|
|
|
-envlist = py26,py27,py32,py33,pypy
|
|
|
+envlist = py26,py27,py33,pypy
|
|
|
|
|
|
[testenv]
|
|
|
sitepackages = False
|
|
|
commands = nosetests
|
|
|
|
|
|
-[testenv:py32]
|
|
|
-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}
|
|
|
- pip install anyjson
|
|
|
- nosetests -vd celery.tests \
|
|
|
- --with-xunit \
|
|
|
- --xunit-file="{toxinidir}/nosetests.xml"
|
|
|
-
|
|
|
[testenv:py33]
|
|
|
basepython = python3.3
|
|
|
deps = -r{toxinidir}/requirements/default.txt
|