From 2fe384f6cb6a5eb31fbe126f888023514cbd949b Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Mon, 22 May 2017 16:44:48 -0400 Subject: [PATCH] Remove tox -epy27 envlist We currently don't have python things to test. Change-Id: Ie4490ce222d4212bf941c123766aacfc5b1b9281 Signed-off-by: Paul Belanger --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f0be34a6..9046fc4d 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = pep8, py27 +envlist = pep8 [testenv] install_command = pip install {opts} {packages}