Update tox.ini

Add py36 in test envlist.

Change-Id: I9dad0cc9aee7a8f35e4759fa10225e0f0883c484
This commit is contained in:
caihui 2019-11-04 15:46:31 +08:00
parent 25b57d57a0
commit 0ed03921fa
1 changed files with 1 additions and 1 deletions

View File

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