Merge "Use python3 for integration tests"

This commit is contained in:
Zuul 2019-04-16 12:51:36 +00:00 committed by Gerrit Code Review
commit c561fd2a30
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ setenv =
INTEGRATION_TESTS=1
SELENIUM_HEADLESS=1
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}