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 2b1fc84 commit 0c87526Copy full SHA for 0c87526
.circleci/config.yml
@@ -10,7 +10,7 @@ my-steps: &steps
10
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
11
- run: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
12
#- run: pytest # test_s2gs test_replays
13
- # - run: python -m unittest discover test_s2gs
+ - run: python -m unittest discover test_s2gs
14
- run: python -m unittest discover test_replays
15
16
jobs:
0 commit comments