Add python 3.6 jobs

3.6 is the future. Let's test it today.

Change-Id: I1c240f10e42fadbdaed78b07ff26fde52c11f8cd
This commit is contained in:
Monty Taylor 2018-05-09 10:18:10 -05:00
parent 9f641b038c
commit be87ac1d9b
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
3 changed files with 3 additions and 1 deletions

View File

@ -212,6 +212,7 @@
- project:
templates:
- openstack-python36-jobs
- openstacksdk-functional-tips
- openstacksdk-tox-tips
- os-client-config-tox-tips

View File

@ -17,6 +17,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[files]
packages =

View File

@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py35,py27,pep8
envlist = py35,py36,py27,pep8
skipsdist = True
[testenv]