HPI/ci.sh
Dima Gerasimov f7a6782b71 initial
2018-09-09 13:11:04 +03:00

10 lines
121 B
Bash
Executable file

#!/bin/bash
cd "$(this_dir)" || exit
. ~/bash_ci
ci_run mypy foursquare
ci_run pylint -E foursquare
ci_report_errors