Add travis file
parent
353b40e1ab
commit
2c49f924ef
@ -0,0 +1,10 @@
|
||||
language: python
|
||||
dist: xenial
|
||||
python:
|
||||
- "3.8"
|
||||
|
||||
install:
|
||||
- pip install mypy
|
||||
|
||||
script:
|
||||
- make test
|
Loading…
Reference in New Issue