Add genconfig to tox.ini

Change-Id: Id2ce2a263df321ea7049dda1ee4ad5e499a0638c
This commit is contained in:
Jeffrey Zhang 2014-09-17 23:49:38 +08:00
parent ea6a221f68
commit cee50931b8
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,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 =