Remove tox environment py27 and add py36

Python 2.7 will soon be EOL. Remove the 2.7 tox environment, and add
3.6 to match other airship projects.

Change-Id: I6d9b7ac22014a29cd26400ee8a2a5203d7c5b84c
This commit is contained in:
Carter, Matthew (mc981n) 2019-05-09 08:47:05 -05:00
parent ce79550ee1
commit 835f5136d4
2 changed files with 3 additions and 5 deletions

View File

@ -13,11 +13,9 @@ 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.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
[files]
packages =

View File

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