dist: bionic
|
|
language: python
|
|
python:
|
|
- "3.7"
|
|
install:
|
|
- pip install poetry
|
|
script:
|
|
- make test docs package
|
|
after_success:
|
|
- coveralls
|