---
|
|
os: linux
|
|
language: python
|
|
python:
|
|
- "3.4"
|
|
|
|
install:
|
|
- pip install poetry==1.0.10
|
|
- poetry install
|
|
|
|
script:
|
|
- make lint
|
|
- make test
|