Merge "Add the tempest command check-uuid to tox.ini"

This commit is contained in:
Zuul 2018-02-08 15:49:52 +00:00 committed by Gerrit Code Review
commit 0eb31c3eee
1 changed files with 6 additions and 0 deletions

View File

@ -16,6 +16,11 @@ whitelist_externals = find
[testenv:pep8]
commands =
flake8 tripleo_common_tempest_plugin
check-uuid --package tripleo_common_tempest_plugin
[testenv:uuidgen]
commands =
check-uuid --package tripleo_common_tempest_plugin --fix
[testenv:venv]
commands = {posargs}
@ -28,3 +33,4 @@ enable-extensions=H106,H203
show-source = true
exclude=.venv,.git,.tox,*lib/python*,*egg,tools,build,releasenotes
max-complexity=10