We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9523033 commit b66bfbdCopy full SHA for b66bfbd
1 file changed
.github/workflows/pythonpackage.yml
@@ -42,21 +42,19 @@ jobs:
42
# and cause subsequent tests to fail
43
cat test/fixtures/.gitconfig >> ~/.gitconfig
44
- name: Lint with flake8
45
+
46
run: |
47
set -x
48
pip install flake8
49
# stop the build if there are Python syntax errors or undefined names
50
flake8 --ignore=W293,E265,E266,W503,W504,E731 --count --show-source --statistics
51
52
- name: Check types with mypy
53
54
55
pip install tox
56
tox -e type
- - name: Test with nose
- run: |
57
- set -x
58
- pip install nose
59
- nosetests -v --with-coverage
60
- name: Documentation
61
62
0 commit comments