diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-08 16:40:07 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-08 16:40:07 -0400 |
| commit | a04ec132fedb9d180f302b302fa16cfd194667d5 (patch) | |
| tree | 78288c85dd3d6d0452b7d63d0f34fab6c08bffb0 /tox.ini | |
| parent | b13dcdee2f2ed9affdf9f52700710789f5a04803 (diff) | |
| download | external_python_setuptools-a04ec132fedb9d180f302b302fa16cfd194667d5.tar.gz external_python_setuptools-a04ec132fedb9d180f302b302fa16cfd194667d5.tar.bz2 external_python_setuptools-a04ec132fedb9d180f302b302fa16cfd194667d5.zip | |
Avoid install during finalize
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ omit= */_vendor/* [testenv:finalize] +skip_install = True deps = towncrier bump2version |
