Dmitriy Pleshevskiy
72b4f45cbc
ci: add python 3.8 for tests doc: add information about lxml requirements Closes #8
12 lines
No EOL
189 B
YAML
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 |