Fix broken wsme-stable tests.
Change-Id: If9824e18b83a5f273cb727193cb632629b1f0ea1
This commit is contained in:
7
tox.ini
7
tox.ini
@@ -94,8 +94,13 @@ commands=pecan create testing123 rest-api
|
||||
[testenv:wsme-stable]
|
||||
basepython = python2.7
|
||||
deps = nose
|
||||
ipaddr
|
||||
simplegeneric
|
||||
changedir = {envdir}/build/wsme
|
||||
commands = pip install --build {envdir}/build --pre --no-clean --no-use-wheel wsme
|
||||
nosetests -v {envdir}/build/wsme/tests/pecantest
|
||||
{envdir}/bin/python setup.py develop
|
||||
{envdir}/bin/pip install -U {toxinidir} # install pecan-dev
|
||||
nosetests -v tests/pecantest
|
||||
|
||||
[testenv:wsme-tip]
|
||||
basepython = python2.7
|
||||
|
Reference in New Issue
Block a user