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
|
Reference in New Issue
Block a user