diff options
| author | Zuul <zuul@review.opendev.org> | 2021-06-21 13:56:44 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2021-06-21 13:56:44 +0000 |
| commit | 19b4ce402ee9075539dcab1026c1c612d0dfdea6 (patch) | |
| tree | 49f26d4afe04d058a00fd0f8e7dc351f06d50acb | |
| parent | a5039e77647051f4c0e4acb9a03b5cda89b5ac02 (diff) | |
| parent | 98979cfc7f27e323e576af58b5b5d9c0594a8a70 (diff) | |
| download | python-openstackclient-19b4ce402ee9075539dcab1026c1c612d0dfdea6.tar.gz | |
Merge "Correct the tox option for skipping sdist generation"
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
