Merge "Use python3 for integration tests"
This commit is contained in:
commit
c561fd2a30
2
tox.ini
2
tox.ini
@ -23,7 +23,7 @@ setenv =
|
|||||||
INTEGRATION_TESTS=1
|
INTEGRATION_TESTS=1
|
||||||
SELENIUM_HEADLESS=1
|
SELENIUM_HEADLESS=1
|
||||||
HORIZON_INTEGRATION_TESTS_CONFIG_FILE=vitrage_dashboard/dashboard/tests/integration/horizon.conf
|
HORIZON_INTEGRATION_TESTS_CONFIG_FILE=vitrage_dashboard/dashboard/tests/integration/horizon.conf
|
||||||
basepython = python2.7
|
basepython = python3
|
||||||
commands = {envpython} {toxinidir}/manage.py test vitrage_dashboard --tag integration {posargs}
|
commands = {envpython} {toxinidir}/manage.py test vitrage_dashboard --tag integration {posargs}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user