Add venv tox env.
OpenStack CI requires this to generate the tarball. Change-Id: I170f4d25e4a59027d4c85ff70f03f31a1b3dc916
This commit is contained in:
3
tox.ini
3
tox.ini
@@ -17,6 +17,9 @@ deps = pep8==1.4.5
|
|||||||
commands =
|
commands =
|
||||||
flake8 oslo
|
flake8 oslo
|
||||||
|
|
||||||
|
[testenv:venv]
|
||||||
|
commands = {posargs}
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools
|
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools
|
||||||
show-source = True
|
show-source = True
|
||||||
|
Reference in New Issue
Block a user