Enable py36 testing

Change-Id: I2c6301ee59955d7a7addee188b41676414e355a3
Signed-off-by: Graham Hayes <gr@ham.ie>
Depends-On: https://review.openstack.org/598131
This commit is contained in:
Graham Hayes 2018-07-23 14:47:02 +01:00 committed by Erik Olof Gunnar Andersson
parent 1b9b96fcb4
commit 84a26b03b9
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
- openstack-lower-constraints-jobs
- openstack-python-jobs-horizon
- openstack-python35-jobs-horizon
- openstack-python36-jobs-horizon
- publish-openstack-docs-pti
check:
jobs:

View File

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