no pytest at the moment
This commit is contained in:
parent
7adf0cacec
commit
9ca16c96f4
8
.github/workflows/pythonapp.yml
vendored
8
.github/workflows/pythonapp.yml
vendored
@ -24,7 +24,7 @@ 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
|
#- name: Test with pytest
|
||||||
run: |
|
# run: |
|
||||||
pip install pytest
|
# pip install pytest
|
||||||
pytest
|
# pytest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user