Add python36 job to repo

Also fixes a python 3 issue that was causing these tests to fail.

Note that I don't think we need to worry about supporting py35 in
this repo. I believe the only python 3 platforms we'll ever use it
on are py36 or higher.

Change-Id: I4ade3e0ae1ffa2253d998275f73044cacf656c0e
This commit is contained in:
Ben Nemec 2019-01-16 12:36:46 -06:00
parent 9a151e9b10
commit 9e7ee5dd5c
3 changed files with 3 additions and 2 deletions

View File

@ -1,3 +1,4 @@
- project:
templates:
- openstack-python-jobs
- openstack-python36-jobs

View File

@ -22,7 +22,7 @@ import yaml
from heatclient.common import template_utils
import os_client_config
import auth
from openstack_virtual_baremetal import auth
def _parse_args():

View File

@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
envlist = py34,py27,pep8
envlist = py36,py27,pep8
[testenv]
usedevelop = True