diff --git a/.zuul.yaml b/.zuul.yaml index 22caa929..74a0bbd9 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,6 +1,8 @@ - project: check: jobs: + - openstack-tox-py36: + voting: false - horizon-openstack-tox-python3-django111 - openstack-tox-lower-constraints: required-projects: diff --git a/tox.ini b/tox.ini index 78a0340e..dd39c783 100644 --- a/tox.ini +++ b/tox.ini @@ -46,9 +46,6 @@ commands = # NOTE(shu-mutow): On CI infra, horizon will be installed # according to job setting. but on local, we need to install # horizon from master branch. -[testenv:py27] -basepython = python2.7 - [testenv:py27-local] basepython = python2.7 commands = @@ -61,6 +58,12 @@ commands = {[testenv:hz-local]commands} {[testenv]commands} +[testenv:py36-local] +basepython = python3.6 +commands = + {[testenv:hz-local]commands} + {[testenv]commands} + [testenv:py3-dj111] basepython = python3 commands =