summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2021-06-21 13:56:44 +0000
committerGerrit Code Review <review@openstack.org>2021-06-21 13:56:44 +0000
commit19b4ce402ee9075539dcab1026c1c612d0dfdea6 (patch)
tree49f26d4afe04d058a00fd0f8e7dc351f06d50acb
parenta5039e77647051f4c0e4acb9a03b5cda89b5ac02 (diff)
parent98979cfc7f27e323e576af58b5b5d9c0594a8a70 (diff)
downloadpython-openstackclient-19b4ce402ee9075539dcab1026c1c612d0dfdea6.tar.gz
Merge "Correct the tox option for skipping sdist generation"
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ebcdc2d5..c43e9d75 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 3.2.0
envlist = py38,pep8
-skipdist = True
+skipsdist = True
# Automatic envs (pyXX) will only use the python version appropriate to that
# env and ignore basepython inherited from [testenv] if we set
# ignore_basepython_conflict.