Reenable py3.6 tempest jobs + add py36 tox

Change-Id: I24cf490f74517aa8f92f81a5aca6785a7a442537
Signed-off-by: Graham Hayes <gr@ham.ie>
This commit is contained in:
Graham Hayes 2018-07-23 14:41:03 +01:00
parent 66109b2ae2
commit d012c21c0c
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 =