Ilia Larchenko
commited on
Commit
•
d9837f3
1
Parent(s):
8f35e7e
Update pythonapp.yml
Browse files
.github/workflows/pythonapp.yml
CHANGED
@@ -24,3 +24,7 @@ jobs:
|
|
24 |
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
25 |
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
26 |
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=88 --statistics
|
|
|
|
|
|
|
|
|
|
24 |
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
|
25 |
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
26 |
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=88 --statistics
|
27 |
+
- name: Test with pytest
|
28 |
+
run: |
|
29 |
+
pip install pytest
|
30 |
+
pytest
|