HPI/ci.sh
Dima Gerasimov 16e096c494 initial
2018-06-24 14:46:13 +01:00

9 lines
95 B
Bash
Executable file

#!/bin/bash
cd "$(this_dir)" || exit
. ~/bash_ci
ci_run python3.6 test.py
ci_report_errors