Merge "Fix for failing gates"
This commit is contained in:
commit
1428078e03
4
tox.ini
4
tox.ini
@ -21,12 +21,12 @@ whitelist_externals =
|
|||||||
[testenv:unit-postgresql]
|
[testenv:unit-postgresql]
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
passenv = ZUUL_PROJECT
|
passenv = ZUUL_PROJECT
|
||||||
commands = ./run_tests.sh -V --db-type postgresql
|
commands = ./run_tests.sh -N --db-type postgresql
|
||||||
|
|
||||||
[testenv:unit-mysql]
|
[testenv:unit-mysql]
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
passenv = ZUUL_PROJECT
|
passenv = ZUUL_PROJECT
|
||||||
commands = ./run_tests.sh -V --db-type mysql
|
commands = ./run_tests.sh -N --db-type mysql
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands = flake8 {posargs} . {toxinidir}/tools/get_action_list.py {toxinidir}/tools/sync_db.py
|
commands = flake8 {posargs} . {toxinidir}/tools/get_action_list.py {toxinidir}/tools/sync_db.py
|
||||||
|
Loading…
x
Reference in New Issue
Block a user