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-21 14:40:56 -0400 |
| commit | c020b5f88579487350ea38a40d3ea2cab1318144 (patch) | |
| tree | 6a9b84fac84384fd8acc8198c7017707b5a53871 | |
| parent | b1abc23f0124de8ad99149674613ff8e2c71706a (diff) | |
| download | external_python_setuptools-c020b5f88579487350ea38a40d3ea2cab1318144.tar.gz external_python_setuptools-c020b5f88579487350ea38a40d3ea2cab1318144.tar.bz2 external_python_setuptools-c020b5f88579487350ea38a40d3ea2cab1318144.zip | |
Avoid install during finalize
| -rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -59,6 +59,7 @@ omit= */_vendor/* [testenv:finalize] +skip_install = True deps = towncrier bump2version |
