Merge "Remove python2"

This commit is contained in:
Zuul 2018-07-11 16:56:30 +00:00 committed by Gerrit Code Review
commit 9b9b539ebb
3 changed files with 2 additions and 6 deletions

View File

@ -2,7 +2,6 @@
check:
jobs:
- tox-pep8
- tox-py27
- tox-py35
- tox-py36:
nodeset: ubuntu-bionic
@ -12,7 +11,6 @@
gate:
jobs:
- tox-pep8
- tox-py27
- tox-py35
- tox-py36:
nodeset: ubuntu-bionic

View File

@ -12,8 +12,6 @@ classifier =
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
envlist = py35,py36,py27,pep8
minversion = 2.0
envlist = py35,py36,pep8
skipsdist = True
[testenv]