Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update circle.yml
  • Loading branch information
cclauss authored Aug 23, 2017
commit 823c228d42be63e3faae6c4fb18f401a19a83a06
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
python -m venv venv
. venv/bin/activate
python -V
pip -V
pip -V
pip install hacking
python -m flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
python -m flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
Expand Down