2
0
mirror of https://github.com/codl/forget synced 2024-12-13 17:08:12 +01:00
forget-cancellare-vecchi-toot/.travis.yml

11 lines
134 B
YAML
Raw Normal View History

language: python
python:
- 3.6
- 3.7-dev
- nightly
script:
2017-09-08 23:36:29 +02:00
- pytest --cov=.
after_success:
- coveralls
2017-09-09 10:27:33 +02:00
cache: pip