summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2013-12-18 16:42:37 +0000
committerDoug Hellmann <doug.hellmann@dreamhost.com>2013-12-18 16:43:13 +0000
commit7fc49b69ebf2a486581b83318058e7acb48092ed (patch)
tree52f75dcae0534d392546a84320bd6e5380b6f10e
parent1ace033015bdef6d5217a190b7394430c9ac566e (diff)
downloadstevedore-7fc49b69ebf2a486581b83318058e7acb48092ed.tar.gz
Add venv environment to tox
Some of the stackforge jobs use an environment "venv" to run commands, like packaging a release. Change-Id: I3453aaa0c7201d780301447936d26aca8ecfb91f
-rw-r--r--tox.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 3e087bd..a392e66 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,6 +11,9 @@ deps =
mock
coverage
+[testenv:venv]
+commands = {posargs}
+
[testenv:pep8]
deps = flake8
commands = flake8 stevedore setup.py