Set py3 tests according to Stein runtimes.

According to answers on the mailing list, python 3.6 is a must while
python 3.5 and 3.7 are not. So this patch drops 3.5 and sets 3.6 on
tox.ini and zuul jobs.

https://governance.openstack.org/tc/reference/runtimes/stein.html#python-runtime-for-stein
http://lists.openstack.org/pipermail/openstack-discuss/2019-February/003205.html

Change-Id: If708bbec3a4a59261b2ce2f94580d3cdcae55c3a
Signed-off-by: Moisés Guimarães de Medeiros <moguimar@redhat.com>
This commit is contained in:
Moisés Guimarães de Medeiros 2019-02-27 13:44:46 +01:00
parent 9ecd30081a
commit 9a34dc9107
2 changed files with 1 additions and 2 deletions

View File

@ -61,7 +61,6 @@
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- periodic-stable-jobs

View File

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