summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2015-02-09 12:09:08 +0100
committerRyan Petrello <lists@ryanpetrello.com>2015-03-02 12:29:37 -0500
commitf4d923dca610da1ee208f403afdb63b1e69f0657 (patch)
treeee87ef8ce010c7aa3468fac658b157124d74e354 /tox.ini
parentff88de0f8c4579d29f8fe9fe2bde3ab48a763288 (diff)
downloadpecan-f4d923dca610da1ee208f403afdb63b1e69f0657.tar.gz
Fix broken wsme-stable job and pep8 failures.
Change-Id: I4ff0a7a7926f7a645fa8d59242be9d31bd683106
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 1 insertions, 4 deletions
diff --git a/tox.ini b/tox.ini
index b7dbd67..0738c4b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -114,10 +114,7 @@ commands=pecan create testing123 rest-api
[testenv:wsme-stable]
basepython = python2.7
deps = nose
- wsme
-# Manually download the source from PyPI with the --download flag.
-# This gives us the ability to run the wsmeext (pecan) tests.
-commands = pip install --download {envdir} --no-deps --no-clean --no-use-wheel wsme
+commands = pip install --build {envdir}/build --pre --no-clean --no-use-wheel wsme
nosetests -v {envdir}/build/wsme/tests/pecantest
[testenv:wsme-tip]