microblog.pub/.travis.yml

10 lines
150 B
YAML
Raw Normal View History

2018-05-18 13:41:41 -05:00
language: python
python:
- "3.6"
install:
- pip install pytest mypy flake8
script:
2018-05-18 13:44:14 -05:00
# - flake8
- mypy --ignore-missing-imports .
2018-05-19 01:59:04 -05:00
# - pytest -v