Update pythonpackage.yml

This commit is contained in:
Atsushi Sakai
2019-11-17 13:23:30 +09:00
committed by GitHub
parent 27b6e19ea6
commit 157664857b

View File

@@ -29,6 +29,6 @@ jobs:
# 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: install coverage
run: pip insall coverage
run: pip install coverage
- name: Test
run: bash runtests.sh