set -e
for python in $(py3versions -s); do
    $python tests/test_main.py
    $python -m pytest tests/test_pytest.py
done
