Mastodon.py/.travis.yml
codl e79987df24
Revert "travis: only notify when a build starts failing, not every time"
This reverts commit cfc6ecc908d102e7886d37ea1f64dd7ec6e2c047.
2017-11-29 02:42:07 +01:00

13 lines
176 B
YAML

language: python
python:
- "3.6"
- "2.7"
install:
- pip install .[test]
- pip install codecov
script: python setup.py pytest
after_script: codecov
cache: pip