Setup circle
This commit is contained in:
parent
b0badd7548
commit
00d5a35f9d
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:
|
||||||
|
override:
|
||||||
|
- flake8 md_pdf/ --ignroe=E128,E501
|
1
dev-requirements.txt
Normal file
1
dev-requirements.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
flake8==3.3.0
|
Reference in a new issue