Merge "Remove tox environment py27 and add py36"

This commit is contained in:
Zuul 2019-05-15 19:07:40 +00:00 committed by Gerrit Code Review
commit c402d70e47
2 changed files with 3 additions and 5 deletions

View File

@ -13,11 +13,9 @@ classifier =
License :: OSI Approved :: Apache Software License License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux Operating System :: POSIX :: Linux
Programming Language :: Python Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.3 Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.6
[files] [files]
packages = packages =

View File

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