

set -ex



pip check
python -m pytest --pyargs --doctest-modules altair
exit 0
