Merge "Add python 3.6 unit test job"

This commit is contained in:
Zuul 2019-01-12 19:08:41 +00:00 committed by Gerrit Code Review
commit 2b7675ea5a
2 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
- project:
templates:
- check-requirements
- openstack-cover-jobs-horizon
- openstack-lower-constraints-jobs-horizon
- openstack-python-jobs-horizon
- openstack-python35-jobs-horizon
- openstack-cover-jobs-horizon
- openstack-python36-jobs-horizon
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:

View File

@ -1,5 +1,5 @@
[tox]
envlist = py35,py27,pep8
envlist = py36,py35,py27,pep8
minversion = 2.3.2
skipsdist = True