Merge "Correct the tox option for skipping sdist generation" into stable/train

This commit is contained in:
Zuul 2022-03-18 21:09:05 +00:00 committed by Gerrit Code Review
commit 045fa43380
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox]
minversion = 2.0
envlist = linters,docs,py37
skipdist = True
skipsdist = True
[testenv]
usedevelop = True