relational/.travis.yml
Salvo 'LtWorf' Tomaselli 2c49f924ef
Add travis file
2020-06-02 18:29:08 +02:00

11 lines
102 B
YAML

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