Merge "Correct the tox option for skipping sdist generation"

This commit is contained in:
Zuul 2021-12-16 17:23:57 +00:00 committed by Gerrit Code Review
commit ebcb5625cc
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ basepython = python3
minversion = 2.0
# add docs to the list of environments once we actually have docs to generate
envlist = py36,pep8,molecule,linters
skipdist = True
skipsdist = True
[testenv]
usedevelop = True