Skip to content

Commit 19b4ce4

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Correct the tox option for skipping sdist generation"
2 parents a5039e7 + 98979cf commit 19b4ce4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
minversion = 3.2.0
33
envlist = py38,pep8
4-
skipdist = True
4+
skipsdist = True
55
# Automatic envs (pyXX) will only use the python version appropriate to that
66
# env and ignore basepython inherited from [testenv] if we set
77
# ignore_basepython_conflict.

0 commit comments

Comments
 (0)