Merge "Dropping the py35 testing"

This commit is contained in:
Zuul 2019-04-15 07:10:35 +00:00 committed by Gerrit Code Review
commit 3c5ce4d923
3 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,6 @@
templates:
- openstack-cover-jobs
- openstack-python-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-python37-jobs
- publish-openstack-docs-pti

View File

@ -17,7 +17,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 :: System :: Monitoring
[global]

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = py{27,35},pep8
envlist = py27,pep8
[testenv]
deps = .[gnocchi,zaqar]