relational/.travis.yml
Salvo 'LtWorf' Tomaselli 5d82045956
Install xtermcolor
2020-06-02 18:32:47 +02:00

12 lines
129 B
YAML

language: python
dist: xenial
python:
- "3.8"
install:
- pip install mypy
- pip install xtermcolor
script:
- make test