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

11 lines
134 B
YAML

language: python
python:
- 3.6
- 3.7-dev
- nightly
script:
- pytest --cov=.
after_success:
- coveralls
cache: pip