set -e
for python in $(py3versions -s); do
    $python -m unittest tests/test_icecream.py
done
