From ea8194464d3f491c0e88ae466daca461c3441883 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Tue, 8 Aug 2017 10:28:01 -0400 Subject: [PATCH] Update python3 versions in tox.ini envlist This updates the envlist to include modern versions of python. It doesn't really mean anything except for you run tox without specifying an environment it will now run py35 and py36 instead of py34 (which isn't used anywhere anymore) Change-Id: I5b61677d4ee7a2c5dbf29755c03243cba0e6446e --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index e655761..06a9d59 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 1.6 -envlist = py34,py27,pep8 +envlist = py27,py35,py36,pep8 skipsdist = True [testenv]