We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a0b0f commit 1b54f98Copy full SHA for 1b54f98
.github/workflows/test.yml
@@ -29,10 +29,12 @@ jobs:
29
pip install flake8 pytest
30
- name: Lint with flake8
31
run: |
32
+ cd simple-packaging
33
# stop the build if there are Python syntax errors or undefined names
34
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
35
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
36
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
37
- name: Test with pytest
38
39
40
pytest tests
0 commit comments