Skip to content
Snippets Groups Projects
Commit e58315dd authored by Corné Lukken's avatar Corné Lukken
Browse files

Merge branch 'L2SS-945-defaults-envs-tox' into 'master'

L2SS-945: Give integration job default env value in tox

Closes L2SS-945

See merge request !413
parents 48c437c4 960308e6
No related branches found
No related tags found
1 merge request!413L2SS-945: Give integration job default env value in tox
......@@ -36,7 +36,7 @@ setenv =
TESTS_DIR=./tangostationcontrol/integration_test/{env:TEST_MODULE:default}
PYTHON={envpython} -m coverage run --source tangostationcontrol --parallel-mode
commands =
echo "Integration test directory configured for{env:TESTS_DIR} ({env:TEST_MODULE})"
echo "Integration test directory configured for{env:TESTS_DIR} ({env:TEST_MODULE:default})"
{envpython} -m stestr run --serial {posargs}
{envpython} -m coverage combine
{envpython} -m coverage html --omit='*test*' -d cover
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment