Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Apr 19, 2023
1 parent 1447b52 commit 517b663
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
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
- name: Test with pytest
run: |
python setup.py install
pycodestyle --ignore=E501 tests
nosetests -v tests/test_import.py
nosetests -v tests/test_style.py
nosetests -v tests/test_pipeline_control.py

0 comments on commit 517b663

Please sign in to comment.