|
@@ -16,10 +16,7 @@ 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 celery.tests --with-coverage []
|
|
|
- coverage combine
|
|
|
- coverage report
|
|
|
+ nosetests celery.tests --with-coverage --cover-inclusive --cover-erase []
|
|
|
|
|
|
[testenv:3.2]
|
|
|
basepython = python3.2
|
|
@@ -27,10 +24,7 @@ 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 celery.tests --with-coverage []
|
|
|
- coverage combine
|
|
|
- coverage report
|
|
|
+ nosetests celery.tests --with-coverage --cover-inclusive --cover-erase []
|
|
|
|
|
|
[testenv:2.7]
|
|
|
basepython = python2.7
|
|
@@ -38,10 +32,7 @@ deps = -r{toxinidir}/requirements/default.txt
|
|
|
-r{toxinidir}/requirements/test.txt
|
|
|
-r{toxinidir}/requirements/test-ci.txt
|
|
|
commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
|
|
|
- pip install anyjson
|
|
|
- nosetests --with-coverage []
|
|
|
- coverage combine
|
|
|
- coverage report
|
|
|
+ nosetests --with-coverage --cover-inclusive --cover-erase []
|
|
|
|
|
|
[testenv:2.6]
|
|
|
basepython = python2.6
|
|
@@ -49,10 +40,7 @@ deps = -r{toxinidir}/requirements/default.txt
|
|
|
-r{toxinidir}/requirements/test.txt
|
|
|
-r{toxinidir}/requirements/test-ci.txt
|
|
|
commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
|
|
|
- pip install anyjson
|
|
|
- nosetests --with-coverage []
|
|
|
- coverage combine
|
|
|
- coverage report
|
|
|
+ nosetests --with-coverage --cover-inclusive --cover-erase []
|
|
|
|
|
|
[testenv:pypy]
|
|
|
basepython = pypy
|
|
@@ -60,7 +48,4 @@ deps = -r{toxinidir}/requirements/default.txt
|
|
|
-r{toxinidir}/requirements/test.txt
|
|
|
-r{toxinidir}/requirements/test-ci.txt
|
|
|
commands = {toxinidir}/extra/release/removepyc.sh {toxinidir}
|
|
|
- pip install anyjson
|
|
|
- nosetests --with-coverage []
|
|
|
- coverage combine
|
|
|
- coverage report
|
|
|
+ nosetests --with-coverage --cover-inclusive --cover-erase []
|