From 315e093a3514bc8c8da731bebb948647842709a5 Mon Sep 17 00:00:00 2001 From: caihui Date: Tue, 12 Nov 2019 22:16:57 -0800 Subject: [PATCH] Update tox.ini file to add py36 in envlist Add py36 in envlist for UT. Change-Id: I950cde61b857e58c9d42169a6e756abff467f575 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1a15c74..cb1e90e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py27,py37,pep8,pylint,docs +envlist = py27,py36,py37,pep8,pylint,docs skipsdist = True [testenv]