Add python 3.6 jobs

Also change to use the py3 tox environment rather than specifying a
version explicitly.

Change-Id: I05d5d6f5718b39dc95b40efe44e9ebb3fb5b1311
Story: 2004959
Task: 30035
This commit is contained in:
Mark Goddard 2019-03-15 12:58:17 +00:00
parent 14bfce8a72
commit da8059644c
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -5,6 +5,7 @@
- docs-on-readthedocs
- openstack-cover-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python-jobs
vars:
rtd_webhook_id: '50407'