Add venv environment to tox

Some of the stackforge jobs use an environment "venv" to run
commands, like packaging a release.

Change-Id: I3453aaa0c7201d780301447936d26aca8ecfb91f
This commit is contained in:
Doug Hellmann 2013-12-18 16:42:37 +00:00
parent 1ace033015
commit 7fc49b69eb
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ deps =
mock
coverage
[testenv:venv]
commands = {posargs}
[testenv:pep8]
deps = flake8
commands = flake8 stevedore setup.py