Update tox.ini file to add py36 in envlist

Add py36 in envlist for UT.

Change-Id: I950cde61b857e58c9d42169a6e756abff467f575
This commit is contained in:
caihui 2019-11-12 22:16:57 -08:00
parent a9258e12f6
commit 315e093a35
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py27,py37,pep8,pylint,docs
envlist = py27,py36,py37,pep8,pylint,docs
skipsdist = True
[testenv]