Merge "Dropping the py35 testing"

This commit is contained in:
Zuul 2019-04-17 09:02:12 +00:00 committed by Gerrit Code Review
commit a4f1c9b9ad
3 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,6 @@
- openstack-cover-jobs
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- release-notes-jobs-python3

View File

@ -12,7 +12,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
keywords = openstack monitoring email
description-file = README.rst
home-page = https://github.com/openstack/monasca-notification

View File

@ -1,5 +1,5 @@
[tox]
envlist = py{27,35,36,py},pep8,cover
envlist = py{27,36,py},pep8,cover
minversion = 2.7
skipsdist = True