#!/bin/sh

set -e

python3 setup.py test
PYTHONPATH=. pytest-3 mando/
