Merge "Add python 3.6 unit test job"

This commit is contained in:
Zuul 2018-11-07 23:02:30 +00:00 committed by Gerrit Code Review
commit fe20bf99e4
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