mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-11 04:07:21 +03:00
6 lines
104 B
Bash
Executable File
6 lines
104 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
python -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term Tests
|