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

9 lines
107 B
YAML
Raw Normal View History

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