#!/usr/bin/env bash set -e cd "$(dirname "$0")/.." export PYTHONPATH=. set -x python -m pytest . python -m flake8 .