From a81b64881c547fc4a07d3d69b28873ab5ca02679 Mon Sep 17 00:00:00 2001 From: caihui Date: Sun, 2 Feb 2020 21:16:31 -0800 Subject: [PATCH] Add py36 in envlist Add py36 in envlist. Change-Id: I91a3122703b773d08b1bcceb536a4effa5e4e5f2 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index facf8254..da36e089 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py37,pep8,pylint,docs +envlist = py36,py37,pep8,pylint,docs skipsdist = True [testenv]