From a192efde3de3b4739be0c4e8670bd4f10dea315a 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]