We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be34b7 commit e51c262Copy full SHA for e51c262
circle.yml
@@ -8,5 +8,7 @@ general:
8
- old_master
9
test:
10
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
13
- python -m unittest discover test_replays
14
- python -m unittest discover test_s2gs
0 commit comments