1
0
mirror of https://git.envs.net/envs/twtxt.git synced 2024-07-26 23:54:28 +00:00
twtxt/.travis.yml

23 lines
375 B
YAML

language: python
python:
- "3.4"
- "3.5"
install:
- pip install --editable .
- pip install --upgrade coveralls
- pip install --upgrade pytest pytest-cov
script: make pytest
after_success:
coveralls
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/18a32845ab49f23362e7
on_success: change
on_failure: always
on_start: never