Correctly skip sdist building in tox.ini

The skipsdist option was misspelled in tox.ini, correct it.

Change-Id: I008783dfc025c3ff9d93c57dff48d6db4cafdd96
This commit is contained in:
Jeremy Stanley 2021-04-23 17:00:07 +00:00
parent 3bee5129d7
commit 623c2e0486
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[tox] [tox]
min_version = 3.1 min_version = 3.1
envlist = py3,py27,pep8 envlist = py3,py27,pep8
skipdist = True skipsdist = True
ignore_basepython_conflict=true ignore_basepython_conflict=true
[testenv] [testenv]