Pillow/.ci/test.sh

6 lines
104 B
Bash
Raw Normal View History

2017-01-19 18:54:54 +03:00
#!/bin/bash
set -e
python -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term Tests