Mastodonplus.py/.travis.yml
Lorenz Diener e6f6fc07e1
Sunset 2.7
2019-07-23 12:16:23 +02:00

12 líneas
164 B
YAML

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