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

12 lines
189 B
YAML

language: python
python:
- 3.6
- 3.6-dev
install:
- pip install -r requirements.txt -r requirements-dev.txt
script:
- pytest --cov=.
after_success:
- codecov
cache: pip