HPI/scripts/ci/run
2020-04-18 15:21:23 +01:00

7 lines
76 B
Bash
Executable file

#!/bin/bash -eu
cd "$(dirname "$0")"
cd ../..
pip3 install --user tox
tox