mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-09-12 09:37:25 +00:00
21 lines
294 B
YAML
21 lines
294 B
YAML
dist: xenial
|
|
language: python
|
|
python:
|
|
- '3.5'
|
|
|
|
addons:
|
|
apt:
|
|
packages:
|
|
- inkscape
|
|
|
|
install:
|
|
- pip install pipenv
|
|
- pipenv sync --dev
|
|
|
|
script:
|
|
- pipenv run python setup.py build
|
|
- make -C doc html SOURCEDIR=ev3dev
|
|
- make -C doc html SOURCEDIR=lpf2
|
|
- pipenv run flake8
|
|
- pipenv run doc8
|