Merge "Dropping the py35 testing"

This commit is contained in:
Zuul 2019-04-23 21:10:09 +00:00 committed by Gerrit Code Review
commit c117412ad4
3 changed files with 2 additions and 3 deletions

View File

@ -134,7 +134,6 @@
- openstack-cover-jobs
- openstack-lower-constraints-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 :: Internet :: Name Service (DNS)
[global]

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.3.2
envlist = py35,py27,py36,py37,flake8
envlist = py27,py36,py37,flake8
skipsdist = True
[testenv]