Merge pull request #17 from ltworf/travis

Add travis file
This commit is contained in:
Salvo 'LtWorf' Tomaselli
2020-06-02 18:34:31 +02:00
committed by GitHub

11
.travis.yml Normal file
View File

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