Remove py35

We just need python3.6 and python3.7

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

Change-Id: I81ace2c39df42bcc984aaaa9581318cf70b89f66
This commit is contained in:
licanwei 2019-04-12 13:17:21 +08:00
parent f2ee3b4245
commit c8f7fa7584
3 changed files with 3 additions and 5 deletions

View File

@ -3,9 +3,7 @@
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python-jobs-horizon
- openstack-python35-jobs-horizon
- openstack-python36-jobs
- openstack-python37-jobs
- openstack-python3-train-jobs-horizon
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:

View File

@ -20,7 +20,7 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: Internet :: WWW/HTTP
[global]

View File

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