summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2020-01-06 20:48:56 -0800
committerSeth Morton <seth.m.morton@gmail.com>2020-01-06 20:48:56 -0800
commit3843c2768495f53eb6b73d56351d3570525d5028 (patch)
tree50c10a105467017d0eeb419a72cb9cad85fcf42a /tox.ini
parent3a3bd474bf97b3b3440a8fe8714072f730ddf365 (diff)
downloadnatsort-3843c2768495f53eb6b73d56351d3570525d5028.tar.gz
Skip installation in tox for clean and bump
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 594d0fd..af3788f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -67,6 +67,7 @@ deps =
bump2version
commands =
{envpython} dev/bump.py {posargs:}
+skip_install = true
# Release the code to PyPI
[testenv:release]
@@ -81,3 +82,4 @@ skip_install = true
[testenv:clean]
deps =
commands = {envpython} dev/clean.py
+skip_install = true