Fix broken wsme-stable tests.

Change-Id: If9824e18b83a5f273cb727193cb632629b1f0ea1
This commit is contained in:
Ryan Petrello
2015-05-21 10:26:03 -07:00
parent e7b7daf44e
commit 26d1d59aec

View File

@@ -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