relational/.travis.yml

12 lines
129 B
YAML
Raw Normal View History

2020-06-02 11:29:08 -05:00
language: python
dist: xenial
python:
- "3.8"
install:
- pip install mypy
2020-06-02 11:32:47 -05:00
- pip install xtermcolor
2020-06-02 11:29:08 -05:00
script:
- make test