We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 781eaa4 commit e857de0Copy full SHA for e857de0
.github/workflows/pythonapp.yml
@@ -31,7 +31,3 @@ jobs:
31
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
32
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
33
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
34
- - name: Test with pytest
35
- run: |
36
- pip install pytest
37
- pytest
0 commit comments