genrss/.travis.yml

12 lines
189 B
YAML
Raw Normal View History

2019-07-23 22:59:53 +03:00
language: python
python:
- '3.6'
- '3.7'
- '3.8'
2019-07-23 22:59:53 +03:00
install:
- pip install -r requirements-test.txt
- pip install -e .
script:
- coverage run -m pytest
after_success:
- coveralls