relational/.travis.yml
Salvo 'LtWorf' Tomaselli 3837a849a3
Run mypy on travis
2020-06-18 17:34:55 +02:00

13 lines
143 B
YAML

language: python
dist: xenial
python:
- "3.8"
install:
- pip install mypy
- pip install xtermcolor
script:
- make mypy
- make test