diff options
author | Seth Morton <seth.m.morton@gmail.com> | 2019-11-19 12:30:57 -0800 |
---|---|---|
committer | Seth Morton <seth.m.morton@gmail.com> | 2019-11-19 13:59:44 -0800 |
commit | 4b8bc2c9a3df539fa4493ceb27266fe1c8d36d1a (patch) | |
tree | 4a49f322f78bc3291ad9e06d4e0af61377a04109 /dev/clean.sh | |
parent | 6553121f320745c6cb31dc545ef2ef18ce437aff (diff) | |
download | natsort-4b8bc2c9a3df539fa4493ceb27266fe1c8d36d1a.tar.gz |
Add clean and bump envs to tox.ini
These use re-written bump and clean auxillary scripts - these were
once shell scripts but are now Python.
Also, the README in dev/ has been updated.
Diffstat (limited to 'dev/clean.sh')
-rwxr-xr-x | dev/clean.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dev/clean.sh b/dev/clean.sh deleted file mode 100755 index 77159bd..0000000 --- a/dev/clean.sh +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/sh - -rm -rf build/ dist/ *.egg-info .pytest_cache/ .hypothesis/ .tox/ -find . -type d -name __pycache__ -delete -find . -type f -name "*.pyc" -delete |