mirror of
https://github.com/python-pillow/Pillow.git
synced 2026-03-14 00:52:50 +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
|