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

9 lines
108 B
YAML

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