From ad1901b5347e22a8a7c18e0aa72b9ff0b0387d35 Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Thu, 11 Apr 2019 18:15:05 +0300 Subject: [PATCH] Use python3 for integration tests Horizon Integration tests framework supports Python 3 now. Change-Id: I862dca3b2f47781b5829b4712e7685c1027bb2b6 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 370d49f..1843ea7 100644 --- a/tox.ini +++ b/tox.ini @@ -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}