mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-22 15:24:37 +03:00
8 lines
80 B
Bash
Executable File
8 lines
80 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
python3 -m coverage erase
|
|
make clean
|
|
make install-coverage
|