mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 18:06:18 +03:00
8 lines
69 B
Bash
Executable File
8 lines
69 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
coverage erase
|
|
make clean
|
|
make install-coverage
|