Files
news-updater/.travis.yml
2017-07-06 17:38:32 +02:00

11 lines
129 B
YAML

sudo: false
language: python
python:
- "3.5"
- "3.6"
before_install:
- pip install pycodestyle mypy
script:
- make test