Files
pybricks-api/.travis.yml
T
David Lechner 3e8f311860 config: drop setup.py
poetry is used for build system, so setup.py is no longer needed
2020-03-18 17:19:48 -05:00

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