relational/.travis.yml
Salvo 'LtWorf' Tomaselli dac2d47246
Depend on typedload
2020-08-24 18:02:39 +02:00

14 lines
169 B
YAML

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