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 a192efde3d
1 changed files with 1 additions and 1 deletions

View File

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