mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
8 lines
69 B
Bash
8 lines
69 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
coverage erase
|
||
|
make clean
|
||
|
make install-coverage
|