|
@@ -16,6 +16,21 @@ commands = {toxinidir}/contrib/release/removepyc.sh {toxinidir}
|
|
|
{envbindir}/pip install \
|
|
|
--download-cache={toxworkdir}/_download \
|
|
|
-r{toxinidir}/requirements/test-py3k.txt
|
|
|
+ pip install -U https://github.com/ask/kombu/zipball/master
|
|
|
+
|
|
|
+ {toxinidir}/contrib/release/py3k-run-tests {toxinidir}
|
|
|
+
|
|
|
+[testenv:py33]
|
|
|
+recreate = True
|
|
|
+basepython = python3.3
|
|
|
+changedir = .tox
|
|
|
+deps = -r{toxinidir}/requirements/default-py3k.txt
|
|
|
+commands = {toxinidir}/contrib/release/removepyc.sh {toxinidir}
|
|
|
+ {envbindir}/easy_install -U distribute
|
|
|
+ {envbindir}/pip install \
|
|
|
+ --download-cache={toxworkdir}/_download \
|
|
|
+ -r{toxinidir}/requirements/test-py3k.txt
|
|
|
+ pip install -U https://github.com/ask/kombu/zipball/master
|
|
|
|
|
|
{toxinidir}/contrib/release/py3k-run-tests {toxinidir}
|
|
|
|
|
@@ -62,6 +77,7 @@ basepython = pypy
|
|
|
deps = -r{toxinidir}/requirements/default.txt
|
|
|
-r{toxinidir}/requirements/test-pypy.txt
|
|
|
commands = {toxinidir}/contrib/release/removepyc.sh {toxinidir}
|
|
|
+ pip install -U https://github.com/ask/kombu/zipball/master
|
|
|
nosetests --with-xunit \
|
|
|
--xunit-file={toxinidir}/nosetests.xml \
|
|
|
--with-coverage3 --cover3-xml \
|