Merge "Correct the tox option for skipping sdist generation"

This commit is contained in:
Zuul 2021-07-30 00:15:54 +00:00 committed by Gerrit Code Review
commit 415a6c7b19

View File

@ -1,7 +1,7 @@
[tox] [tox]
minversion = 2.0 minversion = 2.0
envlist = py38,pep8 envlist = py38,pep8
skipdist = True skipsdist = True
ignore_basepython_conflict = true ignore_basepython_conflict = true
[testenv] [testenv]