Update tox.ini

Update tox.ini for local test in python3.

Change-Id: I9a3fadb6b6f87ec19e8ca26ee2a3169230efc3ab
This commit is contained in:
Cai Hui 2021-09-19 17:03:09 +08:00
parent 38cb8cd520
commit 2322fc9b7e
1 changed files with 1 additions and 1 deletions

View File

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