mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-27 19:57:02 +00:00
15 lines
200 B
YAML
15 lines
200 B
YAML
dist: xenial
|
|
language: python
|
|
python:
|
|
- '3.5'
|
|
|
|
install:
|
|
- pip install poetry
|
|
- poetry install
|
|
|
|
script:
|
|
- poetry build
|
|
- poetry run make -C doc html SOURCEDIR=api
|
|
- poetry run flake8
|
|
- poetry run doc8
|