Init tests
This commit is contained in:
parent
97bcbc2971
commit
131b9baf20
2 changed files with 14 additions and 0 deletions
13
circle.yml
Normal file
13
circle.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
machine:
|
||||||
|
python:
|
||||||
|
version: 3.6.0
|
||||||
|
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
post:
|
||||||
|
- pip install -r dev-requirements.txt
|
||||||
|
|
||||||
|
|
||||||
|
test:
|
||||||
|
post:
|
||||||
|
- flake8 lantern/ --ignore=E128,E501
|
|
@ -0,0 +1 @@
|
||||||
|
flake8==3.3.0
|
Reference in a new issue