Mastodon.py/.travis.yml

12 wiersze
164 B
YAML
Czysty Zwykły widok Historia

2017-11-26 23:44:42 +00:00
language: python
python:
- "3.6"
2017-11-26 23:47:00 +00:00
install:
- pip install .[test]
2017-11-26 23:47:00 +00:00
- pip install codecov
script: python setup.py pytest
after_script: codecov
2017-11-27 15:49:38 +00:00
cache: pip