This commit is contained in:
Dima Gerasimov 2018-08-30 12:03:54 +01:00
commit f0b748804e
6 changed files with 212 additions and 0 deletions

10
ci.sh Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
cd "$(this_dir)" || exit
. ~/bash_ci
ci_run mypy location
ci_run pylint -E location
ci_report_errors