From 835f5136d4c598907c71e284c7fa5470409cd8ef Mon Sep 17 00:00:00 2001 From: "Carter, Matthew (mc981n)" Date: Thu, 9 May 2019 08:47:05 -0500 Subject: [PATCH] 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 --- setup.cfg | 6 ++---- tox.ini | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/setup.cfg b/setup.cfg index 113f6b7..28eca5d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = diff --git a/tox.ini b/tox.ini index 85d8bb6..e5baf7f 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = pep8,py35,py27,listapitests +envlist = pep8,py35,py36,listapitests skipsdist = True [testenv]