Mastodon.py/.travis.yml

13 wiersze
176 B
YAML
Czysty Zwykły widok Historia

2017-11-26 23:44:42 +00:00
language: python
python:
- "3.6"
- "2.7"
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