Skip to content

Commit e51c262

Browse files
author
cclauss
authored
Add flake8 to the testing
1 parent 7be34b7 commit e51c262

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

circle.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@ general:
88
- old_master
99
test:
1010
override:
11+
- flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
12+
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
1113
- python -m unittest discover test_replays
1214
- python -m unittest discover test_s2gs

0 commit comments

Comments
 (0)