Files
microblog.pub/.travis.yml
Thomas Sileo 43e113e420 Initial import
2018-05-18 20:41:41 +02:00

10 lines
146 B
YAML

language: python
python:
- "3.6"
install:
- pip install pytest mypy flake8
script:
- flake8
- mypy --ignore-missing-imports
- pytest -v