Merge "Add genconfig to tox.ini"

This commit is contained in:
Jenkins 2014-09-29 15:59:00 +00:00 committed by Gerrit Code Review
commit a9e6a0ef43

View File

@ -40,6 +40,11 @@ downloadcache = ~/cache/pip
[testenv:pep8]
commands = flake8
[testenv:genconfig]
commands =
bash tools/config/generate_sample.sh -b . -p zaqar -o etc
whitelist_externals = bash
[testenv:cover]
setenv = NOSE_WITH_COVERAGE=1
commands =