Use python3 for integration tests

Horizon Integration tests framework supports Python 3 now.

Change-Id: I862dca3b2f47781b5829b4712e7685c1027bb2b6
This commit is contained in:
Ivan Kolodyazhny 2019-04-11 18:15:05 +03:00
parent 9659240157
commit ad1901b534
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}