2020-06-02 18:29:08 +02:00
|
|
|
language: python
|
|
|
|
dist: xenial
|
|
|
|
python:
|
|
|
|
- "3.8"
|
|
|
|
|
|
|
|
install:
|
|
|
|
- pip install mypy
|
2020-06-02 18:32:47 +02:00
|
|
|
- pip install xtermcolor
|
2020-06-02 18:29:08 +02:00
|
|
|
|
|
|
|
script:
|
2020-06-02 19:04:53 +02:00
|
|
|
- make mypy
|
2020-06-02 18:29:08 +02:00
|
|
|
- make test
|