Skip to content

Commit

Permalink
Fix broken wsme-stable tests.
Browse files Browse the repository at this point in the history
Change-Id: If9824e18b83a5f273cb727193cb632629b1f0ea1
  • Loading branch information
ryanpetrello committed May 21, 2015
1 parent e7b7daf commit 26d1d59
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26d1d59

Please sign in to comment.