commit
3da5aa95b1
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
language: python
|
||||||
|
dist: xenial
|
||||||
|
python:
|
||||||
|
- "3.8"
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install mypy
|
||||||
|
- pip install xtermcolor
|
||||||
|
|
||||||
|
script:
|
||||||
|
- make test
|
Loading…
Reference in New Issue
Block a user