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
1 changed files with 1 additions and 1 deletions

View File

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