Setup circle

This commit is contained in:
Jake Howard 2017-03-27 09:34:11 +01:00
parent b0badd7548
commit 00d5a35f9d
2 changed files with 14 additions and 0 deletions

13
circle.yml Normal file
View 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
View file

@ -0,0 +1 @@
flake8==3.3.0