From 7df065854914870c3cd97528fd8c2af951f80520 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 | 2 -- tox.ini | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 113f6b7..45d5db7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,8 +13,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.3 Programming Language :: Python :: 3.4 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]