Skip to content

Commit

Permalink
Add circleci for flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
leportella committed Dec 5, 2018
1 parent ad7452e commit 008c039
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2.0
jobs:
build:
docker:
- image: circleci/python:3.7.0
steps:
- run:
name: Running flake8
command: |
pip install flake8
flake8 .

0 comments on commit 008c039

Please sign in to comment.