Merge "Remove py35"

This commit is contained in:
Zuul 2019-04-20 04:56:17 +00:00 committed by Gerrit Code Review
commit f483057cb9
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]