no pytest at the moment

This commit is contained in:
jb-alvarado 2019-11-14 12:49:41 +01:00 committed by GitHub
parent 7adf0cacec
commit 9ca16c96f4

View File

@ -24,7 +24,7 @@ jobs:
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 # 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 flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest #- name: Test with pytest
run: | # run: |
pip install pytest # pip install pytest
pytest # pytest