Fail tests if bytes/bytearray are interpolated into str.

This commit is contained in:
Luke Granger-Brown 2020-07-20 14:54:17 +01:00
parent b243a6113e
commit 470e3b94a8

View File

@ -2,7 +2,7 @@
set -e
python -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term Tests
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