Add venv tox env.

OpenStack CI requires this to generate the tarball.

Change-Id: I170f4d25e4a59027d4c85ff70f03f31a1b3dc916
changes/39/35839/1 1.0
Monty Taylor 2013-07-05 13:04:22 -04:00
parent ac91ff16bc
commit 4e2051a422
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ deps = pep8==1.4.5
commands =
flake8 oslo
[testenv:venv]
commands = {posargs}
[flake8]
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools
show-source = True