genrss/.travis.yml
Dmitriy Pleshevskiy 72b4f45cbc update: lxml >= 4.3.4
ci: add python 3.8 for tests
doc: add information about lxml requirements

Closes #8
2020-11-06 05:36:34 +03:00

12 lines
No EOL
189 B
YAML

language: python
python:
- '3.6'
- '3.7'
- '3.8'
install:
- pip install -r requirements-test.txt
- pip install -e .
script:
- coverage run -m pytest
after_success:
- coveralls