Pillow/.ci/test.sh
2020-07-20 14:54:17 +01:00

11 lines
217 B
Bash
Executable File

#!/bin/bash
set -e
python -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term Tests
# Docs
if [ "$TRAVIS_PYTHON_VERSION" == "3.8" ] && [ "$TRAVIS_CPU_ARCH" == "amd64" ]; then
make doccheck
fi