Add py36 in envlist

Add py36 in envlist.

Change-Id: I91a3122703b773d08b1bcceb536a4effa5e4e5f2
This commit is contained in:
caihui 2020-02-02 21:16:31 -08:00
parent f968a82c74
commit a81b64881c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py37,pep8,pylint,docs
envlist = py36,py37,pep8,pylint,docs
skipsdist = True
[testenv]