Skip to content
Snippets Groups Projects
Unverified Commit af8b97b5 authored by Andrey  ARISTOV's avatar Andrey ARISTOV Committed by GitHub
Browse files

Update pythonpackage.yml

parent b089125d
Branches
No related tags found
No related merge requests found
......@@ -24,10 +24,10 @@ jobs:
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
# 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: |
pip install pytest
pytest
pip install tox
tox
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment