forget-cancellare-vecchi-toot/.travis.yml

10 lines
118 B
YAML

language: python
python:
- 3.6
- 3.6-dev
script:
- pytest --cov=.
after_success:
- codecov
cache: pip