#!/bin/bash
set -e
python3$1 -c "from PIL import Image"
python3$1 -bb -m pytest -v -x -W always --cov PIL --cov Tests --cov-report term Tests $REVERSE