Merge "Dropping the py35 testing"

This commit is contained in:
Zuul 2019-04-15 03:53:03 +00:00 committed by Gerrit Code Review
commit 1c1923746e
3 changed files with 1 additions and 5 deletions

View File

@ -96,9 +96,6 @@
- ^.zuul.yaml$
required-projects:
- openstack/mistral-lib
- openstack-tox-py35:
required-projects:
- openstack/mistral-lib
- openstack-tox-py36:
required-projects:
- openstack/mistral-lib

View File

@ -10,7 +10,6 @@ classifiers =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Environment :: OpenStack
Intended Audience :: Information Technology

View File

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