Archived
1
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
2017-04-11 09:36:34 +01:00

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