Merge "Reenable py3.6 tempest jobs + add py36 tox"

This commit is contained in:
Zuul 2018-07-23 20:33:56 +00:00 committed by Gerrit Code Review
commit c929ec2dc5
2 changed files with 10 additions and 3 deletions

View File

@ -159,8 +159,7 @@
- designate-bind9
- designate-bind9-manager-model
- designate-bind9-py35
- designate-bind9-py36:
voting: false
- designate-bind9-py36
- designate-devstack-pdns4
- designate-devstack-pdns4-postgres
- designate-grenade-pdns4
@ -170,6 +169,7 @@
- designate-bind9
- designate-bind9-manager-model
- designate-bind9-py35
- designate-bind9-py36
- designate-devstack-pdns4
- designate-devstack-pdns4-postgres
- designate-grenade-pdns4
@ -182,6 +182,7 @@
- project:
templates:
- designate-devstack-jobs
- openstack-python36-jobs
check:
jobs:
- neutron-tempest-plugin-designate-scenario

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py35,py27,flake8
envlist = py35,py27,py36,flake8
skipsdist = True
[testenv]
@ -39,6 +39,12 @@ commands =
{[testenv]commands}
stestr run '{posargs}'
[testenv:py36]
basepython = python3.6
commands =
{[testenv]commands}
stestr run '{posargs}'
[testenv:docs]
basepython = python3
deps =