Merge pull request #17 from ltworf/travis

Add travis file
master
Salvo 'LtWorf' Tomaselli 2020-06-02 18:34:31 +07:00 committed by GitHub
commit 3da5aa95b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

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