mirror of
https://github.com/datafolklabs/cement.git
synced 2026-02-06 11:16:46 +00:00
Remove .coverage?
This commit is contained in:
parent
72749c7bc5
commit
b9edc7524d
@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -f .coverage
|
||||
|
||||
PYCHECK=$(python -c 'import sys; print(sys.version_info < (2, 7))')
|
||||
if [ "$PYCHECK" == "True" ]; then
|
||||
pip install argparse --use-mirrors
|
||||
|
||||
Loading…
Reference in New Issue
Block a user