Add Python 3.6 and Python 3.7 jobs

According to 'Tested Runtimes for Train' [1] we need to support
Python 2.7, Python 3.7 and Python 3.6 runtimes.

[1] https://governance.openstack.org/tc/reference/runtimes/train.html

Change-Id: I449cb6dbad63cca99fbd8a193a59aee326d289f0
This commit is contained in:
Ivan Kolodyazhny 2019-04-15 19:57:13 +03:00
parent 94238ed68c
commit 2481217401
3 changed files with 4 additions and 1 deletions

View File

@ -26,6 +26,8 @@
- horizon-nodejs10-jobs-nonvoting
- openstack-python-jobs-horizon
- openstack-python35-jobs-horizon
- openstack-python36-jobs-horizon
- openstack-python37-jobs-horizon
- publish-openstack-docs-pti
- check-requirements
- release-notes-jobs-python3

View File

@ -18,6 +18,7 @@ classifier =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files]
packages =

View File

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