Remove extra spaces in tox.ini

Change-Id: I813ab58ec40b6c75de5fe072f15ef8ad83fcf3fb
This commit is contained in:
likui 2023-09-13 10:44:59 +08:00
parent 5e4314164b
commit 9f97c879d5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.18.0
envlist = py3,pep8, npm
envlist = py3,pep8,npm
skipsdist = True
# Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set