#!/bin/bash -eu

cd "$(dirname "$0")"
cd ../..

pip3 install --user tox
tox
