Run mypy on travis

master
Salvo 'LtWorf' Tomaselli 2020-06-02 19:04:53 +07:00
parent d3d3c47281
commit 3837a849a3
No known key found for this signature in database
GPG Key ID: B3A7CF0C801886CF
2 changed files with 4 additions and 0 deletions

@ -8,4 +8,5 @@ install:
- pip install xtermcolor
script:
- make mypy
- make test

@ -15,6 +15,9 @@ relational_gui/rel_edit.py:
relational_gui/resources.py:
pyrcc5 relational_gui/resources.qrc > relational_gui/resources.py
.PHONY: mypy
mypy:
mypy relational
.PHONY: test
test: