|
|
|
|
@@ -1,5 +1,5 @@
|
|
|
|
|
[tox]
|
|
|
|
|
envlist = py27,py27-nolxml,pypy,tg11,tg15,cornice,cornice-py3,coverage,py34,py34-nolxml,pecan-dev27,pecan-dev34,pep8
|
|
|
|
|
envlist = py27,py27-nolxml,pypy,tg11,tg15,cornice,cornice-py3,coverage,py35,py35-nolxml,pecan-dev27,pecan-dev35,pep8
|
|
|
|
|
|
|
|
|
|
[common]
|
|
|
|
|
testtools =
|
|
|
|
|
@@ -33,13 +33,12 @@ commands =
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsmeext/cornice.py
|
|
|
|
|
|
|
|
|
|
[testenv:cornice-py3]
|
|
|
|
|
basepython = python3
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
usedevelop = {[testenv:cornice]usedevelop}
|
|
|
|
|
deps = {[testenv:cornice]deps}
|
|
|
|
|
# disable hash randomization
|
|
|
|
|
setenv =
|
|
|
|
|
PYTHONHASHSEED=0
|
|
|
|
|
commands =
|
|
|
|
|
setenv =
|
|
|
|
|
PYTHONHASHSEED=0
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/nosetests tests/test_cornice.py --with-xunit --xunit-file nosetests-{envname}.xml --verbose --with-coverage --cover-package wsmeext {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsmeext/cornice.py
|
|
|
|
|
|
|
|
|
|
@@ -56,8 +55,8 @@ deps = {[testenv:pecan-dev-base]deps}
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/nosetests tests/pecantest --with-xunit --xunit-file nosetests-{envname}.xml --verbose {posargs}
|
|
|
|
|
|
|
|
|
|
[testenv:pecan-dev34]
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
[testenv:pecan-dev35]
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
deps = {[testenv:pecan-dev-base]deps}
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/nosetests tests/pecantest --with-xunit --xunit-file nosetests-{envname}.xml --verbose {posargs}
|
|
|
|
|
@@ -381,7 +380,7 @@ deps =
|
|
|
|
|
simplejson
|
|
|
|
|
basepython = python2.7
|
|
|
|
|
|
|
|
|
|
[testenv:py34-sa5-lxml-json]
|
|
|
|
|
[testenv:py35-sa5-lxml-json]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -392,9 +391,9 @@ deps =
|
|
|
|
|
suds-jurko
|
|
|
|
|
SQLAlchemy<=0.5.99
|
|
|
|
|
lxml
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-sa5]
|
|
|
|
|
[testenv:py35-sa5]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -405,9 +404,9 @@ deps =
|
|
|
|
|
suds-jurko
|
|
|
|
|
SQLAlchemy<=0.5.99
|
|
|
|
|
lxml
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-sa5-lxml-simplejson]
|
|
|
|
|
[testenv:py35-sa5-lxml-simplejson]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -419,9 +418,9 @@ deps =
|
|
|
|
|
SQLAlchemy<=0.5.99
|
|
|
|
|
lxml
|
|
|
|
|
simplejson
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-sa5-simplejson]
|
|
|
|
|
[testenv:py35-sa5-simplejson]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -433,9 +432,9 @@ deps =
|
|
|
|
|
SQLAlchemy<=0.5.99
|
|
|
|
|
lxml
|
|
|
|
|
simplejson
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-sa5-nolxml-json]
|
|
|
|
|
[testenv:py35-sa5-nolxml-json]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -445,9 +444,9 @@ deps =
|
|
|
|
|
{[common]basedeps}
|
|
|
|
|
suds-jurko
|
|
|
|
|
SQLAlchemy<=0.5.99
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-sa5-nolxml]
|
|
|
|
|
[testenv:py35-sa5-nolxml]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -457,9 +456,9 @@ deps =
|
|
|
|
|
{[common]basedeps}
|
|
|
|
|
suds-jurko
|
|
|
|
|
SQLAlchemy<=0.5.99
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-sa5-nolxml-simplejson]
|
|
|
|
|
[testenv:py35-sa5-nolxml-simplejson]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -470,9 +469,9 @@ deps =
|
|
|
|
|
suds-jurko
|
|
|
|
|
SQLAlchemy<=0.5.99
|
|
|
|
|
simplejson
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-sa6-lxml-json]
|
|
|
|
|
[testenv:py35-sa6-lxml-json]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -483,9 +482,9 @@ deps =
|
|
|
|
|
suds-jurko
|
|
|
|
|
SQLAlchemy<=0.6.99
|
|
|
|
|
lxml
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-sa6]
|
|
|
|
|
[testenv:py35-sa6]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -496,9 +495,9 @@ deps =
|
|
|
|
|
suds-jurko
|
|
|
|
|
SQLAlchemy<=0.6.99
|
|
|
|
|
lxml
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-sa6-lxml-simplejson]
|
|
|
|
|
[testenv:py35-sa6-lxml-simplejson]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -510,9 +509,9 @@ deps =
|
|
|
|
|
SQLAlchemy<=0.6.99
|
|
|
|
|
lxml
|
|
|
|
|
simplejson
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-sa6-simplejson]
|
|
|
|
|
[testenv:py35-sa6-simplejson]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -524,9 +523,9 @@ deps =
|
|
|
|
|
SQLAlchemy<=0.6.99
|
|
|
|
|
lxml
|
|
|
|
|
simplejson
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-sa6-nolxml-json]
|
|
|
|
|
[testenv:py35-sa6-nolxml-json]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -536,9 +535,9 @@ deps =
|
|
|
|
|
{[common]basedeps}
|
|
|
|
|
suds-jurko
|
|
|
|
|
SQLAlchemy<=0.6.99
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-sa6-nolxml]
|
|
|
|
|
[testenv:py35-sa6-nolxml]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -548,9 +547,9 @@ deps =
|
|
|
|
|
{[common]basedeps}
|
|
|
|
|
suds-jurko
|
|
|
|
|
SQLAlchemy<=0.6.99
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-sa6-nolxml-simplejson]
|
|
|
|
|
[testenv:py35-sa6-nolxml-simplejson]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -561,9 +560,9 @@ deps =
|
|
|
|
|
suds-jurko
|
|
|
|
|
SQLAlchemy<=0.6.99
|
|
|
|
|
simplejson
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-sa7-lxml-json]
|
|
|
|
|
[testenv:py35-sa7-lxml-json]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -574,9 +573,9 @@ deps =
|
|
|
|
|
suds-jurko
|
|
|
|
|
SQLAlchemy<=0.7.99
|
|
|
|
|
lxml
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34]
|
|
|
|
|
[testenv:py35]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -587,9 +586,9 @@ deps =
|
|
|
|
|
suds-jurko
|
|
|
|
|
SQLAlchemy<=0.7.99
|
|
|
|
|
lxml
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-sa7-lxml-simplejson]
|
|
|
|
|
[testenv:py35-sa7-lxml-simplejson]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -601,9 +600,9 @@ deps =
|
|
|
|
|
SQLAlchemy<=0.7.99
|
|
|
|
|
lxml
|
|
|
|
|
simplejson
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-simplejson]
|
|
|
|
|
[testenv:py35-simplejson]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -615,9 +614,9 @@ deps =
|
|
|
|
|
SQLAlchemy<=0.7.99
|
|
|
|
|
lxml
|
|
|
|
|
simplejson
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-sa7-nolxml-json]
|
|
|
|
|
[testenv:py35-sa7-nolxml-json]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -627,9 +626,9 @@ deps =
|
|
|
|
|
{[common]basedeps}
|
|
|
|
|
suds-jurko
|
|
|
|
|
SQLAlchemy<=0.7.99
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-nolxml]
|
|
|
|
|
[testenv:py35-nolxml]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -639,9 +638,9 @@ deps =
|
|
|
|
|
{[common]basedeps}
|
|
|
|
|
suds-jurko
|
|
|
|
|
SQLAlchemy<=0.7.99
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-sa7-nolxml-simplejson]
|
|
|
|
|
[testenv:py35-sa7-nolxml-simplejson]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -652,9 +651,9 @@ deps =
|
|
|
|
|
suds-jurko
|
|
|
|
|
SQLAlchemy<=0.7.99
|
|
|
|
|
simplejson
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:py34-nolxml-simplejson]
|
|
|
|
|
[testenv:py35-nolxml-simplejson]
|
|
|
|
|
commands =
|
|
|
|
|
{envbindir}/coverage run {envbindir}/nosetests --nologcapture --with-xunit --xunit-file nosetests-{envname}.xml wsme/tests wsmeext/tests tests/pecantest tests/test_sphinxext.py tests/test_flask.py --verbose {posargs}
|
|
|
|
|
{envbindir}/coverage xml -o coverage-{envname}.xml wsme/*.py wsme/rest/*.py wsmeext/*.py
|
|
|
|
|
@@ -665,7 +664,7 @@ deps =
|
|
|
|
|
suds-jurko
|
|
|
|
|
SQLAlchemy<=0.7.99
|
|
|
|
|
simplejson
|
|
|
|
|
basepython = python3.4
|
|
|
|
|
basepython = python3.5
|
|
|
|
|
|
|
|
|
|
[testenv:pypy-sa5-lxml-json]
|
|
|
|
|
commands =
|
|
|
|
|
|