Skip to content

Commit

Permalink
no flake8 checking
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfast committed Feb 12, 2020
1 parent 1be5c2f commit 48ab3ec
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/pythonpackage.yml
Expand Up @@ -23,13 +23,6 @@ jobs:
pip install -r requirements-test.txt
python setup.py develop
pidgy kernel install
- name: Lint with flake8
run: |
pip install flake8
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# 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
- name: Test with pytest
run: |
pytest --nbval --doctest-modules **/test_*.ipynb
Expand Down

0 comments on commit 48ab3ec

Please sign in to comment.