Do not test py32 with sqlalchemy 0.5 anymore

This commit is contained in:
Christophe de Vienne 2013-01-26 21:33:16 +01:00
parent 861a946676
commit e0a6a53cc8
2 changed files with 4 additions and 50 deletions

View File

@ -54,6 +54,10 @@ commands=
deps=
SQLAlchemy<=0.5.99
constraints=
!python:py32
[axis:sqlalchemy:sa6]
deps=
SQLAlchemy<=0.6.99

50
tox.ini
View File

@ -565,56 +565,6 @@ deps =
simplejson
basepython = python2.7
[testenv:py32-sa5-lxml-json]
commands =
{envbindir}/coverage run {envbindir}/nosetests --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests --verbose {posargs}
{envbindir}/coverage xml -o coverage-{envname}.xml --omit wsmeext/sphinxext.py wsme/*.py wsme/rest/*.py wsmeext/*.py
{envbindir}/coverage report --show-missing --omit wsmeext/sphinxext.py wsme/*.py wsme/rest/*.py wsmeext/*.py
deps =
{[common]testtools}
transaction
https://bitbucket.org/bernh/suds-python-3-patches/downloads/suds_patched.zip
SQLAlchemy<=0.5.99
lxml
basepython = python3.2
[testenv:py32-sa5]
commands =
{envbindir}/coverage run {envbindir}/nosetests --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests --verbose {posargs}
{envbindir}/coverage xml -o coverage-{envname}.xml --omit wsmeext/sphinxext.py wsme/*.py wsme/rest/*.py wsmeext/*.py
{envbindir}/coverage report --show-missing --omit wsmeext/sphinxext.py wsme/*.py wsme/rest/*.py wsmeext/*.py
deps =
{[common]testtools}
transaction
https://bitbucket.org/bernh/suds-python-3-patches/downloads/suds_patched.zip
SQLAlchemy<=0.5.99
lxml
basepython = python3.2
[testenv:py32-sa5-nolxml-json]
commands =
{envbindir}/coverage run {envbindir}/nosetests --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests --verbose {posargs}
{envbindir}/coverage xml -o coverage-{envname}.xml --omit wsmeext/sphinxext.py wsme/*.py wsme/rest/*.py wsmeext/*.py
{envbindir}/coverage report --show-missing --omit wsmeext/sphinxext.py wsme/*.py wsme/rest/*.py wsmeext/*.py
deps =
{[common]testtools}
transaction
https://bitbucket.org/bernh/suds-python-3-patches/downloads/suds_patched.zip
SQLAlchemy<=0.5.99
basepython = python3.2
[testenv:py32-sa5-nolxml]
commands =
{envbindir}/coverage run {envbindir}/nosetests --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests --verbose {posargs}
{envbindir}/coverage xml -o coverage-{envname}.xml --omit wsmeext/sphinxext.py wsme/*.py wsme/rest/*.py wsmeext/*.py
{envbindir}/coverage report --show-missing --omit wsmeext/sphinxext.py wsme/*.py wsme/rest/*.py wsmeext/*.py
deps =
{[common]testtools}
transaction
https://bitbucket.org/bernh/suds-python-3-patches/downloads/suds_patched.zip
SQLAlchemy<=0.5.99
basepython = python3.2
[testenv:py32-sa6-lxml-json]
commands =
{envbindir}/coverage run {envbindir}/nosetests --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests --verbose {posargs}