From 66ad38f7c95526cae24e0b185090cf0eaf64278b Mon Sep 17 00:00:00 2001 From: "John L. Villalovos" Date: Mon, 28 Aug 2017 10:23:22 -0700 Subject: [PATCH] tox.ini: Add 'py36' to the default envlist Newer operating systems, like Fedora 26, ship with Python 3.6 now. So they can do a Python 3 test, add 'py36' to the default envlist. Change-Id: I9bbca0d18c346fe0cfcb9878cd35632dbd998fb0 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 3c368ecdd3..2e578ecc31 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.8 skipsdist = True -envlist = py35,py27,pep8 +envlist = py36,py35,py27,pep8 [testenv] usedevelop = True