This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues/pull-requests.
|
machine:
|
|
python:
|
|
version: 3.6.0
|
|
|
|
|
|
dependencies:
|
|
post:
|
|
- pip install -r dev-requirements.txt
|
|
|
|
|
|
test:
|
|
post:
|
|
- flake8 lantern/ --ignore=E128,E501
|