Skip to content

Commit

Permalink
Fixed Issue: Add a flake8 statistic activeloopai#152
Browse files Browse the repository at this point in the history
  • Loading branch information
Anselmoo committed Oct 29, 2020
1 parent cbb2648 commit 4beb740
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
pip install pytest
pip install -r requirements.txt
pip install -e .
- run:
name: "Checking code style"
command: |
pip install flake8
flake8 . --count --exit-zero --max-complexity=10 --statistics
- run:
name: "Running tests"
command: |
Expand Down

0 comments on commit 4beb740

Please sign in to comment.