Add gencofig tox target

Change-Id: Ib39d8f44a19c88f4c0468a3fa024bcf3363d1213
This commit is contained in:
Vitaliy 2016-11-29 17:11:09 +00:00
parent 518efc0098
commit fe782efcc6
1 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,12 @@ commands = flake8 freezer_dr
[testenv:pylint]
commands = pylint --rcfile .pylintrc freezer_dr
[testenv:genconfig]
sitepackages = False
envdir = {toxworkdir}/venv
commands =
oslo-config-generator --config-file=config-generator/freezer-dr.conf
[flake8]
# it's not a bug that we aren't using all of hacking
# H102 -> apache2 license exists