archive
/
lantern
Archived
1
Fork 0

Init tests

This commit is contained in:
Jake Howard 2017-04-11 09:36:34 +01:00
parent 97bcbc2971
commit 131b9baf20
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:
post:
- flake8 lantern/ --ignore=E128,E501

View File

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