commit
3da5aa95b1
@ -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