frost/.travis.yml

10 строки
95 B
YAML

language: python
python:
- "3.6"
install:
- make install
script:
- make doctest flake8