#!/bin/sh

set -eo pipefail
python -W ignore::UserWarning:: -m flake8 --ignore=E501,F821,W503
pytest --disable-warnings --no-header
