Merge "Fix tox py27integration environment"

This commit is contained in:
Zuul 2018-06-19 04:13:49 +00:00 committed by Gerrit Code Review
commit 74ca12311a
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ setenv =
INTEGRATION_TESTS=1
SELENIUM_HEADLESS=1
basepython = python2.7
commands = {envpython} {toxinidir}/manage.py test openstack_dashboard --settings=openstack_dashboard.test.settings --verbosity 2 --tag integration $posargs
commands = {envpython} {toxinidir}/manage.py test openstack_dashboard --settings=openstack_dashboard.test.settings --verbosity 2 --tag integration {posargs}
[testenv:npm]
basepython = python3