Merge "Correct the tox option for skipping sdist generation"

This commit is contained in:
Zuul 2021-06-21 13:56:44 +00:00 committed by Gerrit Code Review
commit 19b4ce402e

View File

@ -1,7 +1,7 @@
[tox]
minversion = 3.2.0
envlist = py38,pep8
skipdist = True
skipsdist = True
# Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set
# ignore_basepython_conflict.