Add python 3.6 unit test job

This is a mechanically generated patch to add a unit test job running
under Python 3.6 as part of the python3-first goal.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I37bd6b96781ad8ca47c5cd57f455c540245f27f0
This commit is contained in:
Nguyen Hai Truong 2018-11-06 01:52:58 -08:00 committed by Mark Goddard
parent 401f7fd234
commit 1266656162
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
---
- project:
templates:
- openstack-python36-jobs
check:
jobs:
- openstack-tox-lower-constraints

View File

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