Source code

Revision control

Copy as Markdown

Other Tools

#!/usr/bin/env bash
set -eux -o pipefail
if [[ ! -d tox ]]; then
fi
pushd tox && trap popd EXIT
python -m venv venv
venv/bin/pip install -e .[testing] -e ../..
venv/bin/pytest