archive
/
lantern
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
lantern/circle.yml

14 lines
161 B
YAML

machine:
python:
version: 3.6.0
dependencies:
post:
- pip install -r dev-requirements.txt
test:
post:
- flake8 lantern/ --ignore=E128,E501