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
Raw Normal View History

2017-04-11 09:36:34 +01:00
machine:
python:
version: 3.6.0
dependencies:
post:
- pip install -r dev-requirements.txt
test:
post:
- flake8 lantern/ --ignore=E128,E501