Update python-app.yml
This commit is contained in:
parent
e99fb679b0
commit
fc4d3d93db
4
.github/workflows/python-app.yml
vendored
4
.github/workflows/python-app.yml
vendored
@ -34,6 +34,4 @@ jobs:
|
|||||||
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
||||||
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
||||||
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
|
||||||
- name: Test with pytest
|
#Test with pytest
|
||||||
run: |
|
|
||||||
pytest
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user