Add travis file

This commit is contained in:
Salvo 'LtWorf' Tomaselli 2020-06-02 18:29:08 +02:00
parent 353b40e1ab
commit 2c49f924ef
No known key found for this signature in database
GPG Key ID: B3A7CF0C801886CF

10
.travis.yml Normal file
View File

@ -0,0 +1,10 @@
language: python
dist: xenial
python:
- "3.8"
install:
- pip install mypy
script:
- make test