mirror of
https://github.com/romanz/amodem.git
synced 2026-02-05 08:16:21 +08:00
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -33,4 +33,4 @@ jobs:
|
||||
|
||||
- name: Test with pytest
|
||||
run: |
|
||||
py.test -v --cov=amodem
|
||||
pytest -v --cov=amodem
|
||||
|
||||
2
tox.ini
2
tox.ini
@@ -10,5 +10,5 @@ deps=
|
||||
commands=
|
||||
pycodestyle amodem/ scripts/
|
||||
pylint --extension-pkg-whitelist=numpy --reports=no amodem --rcfile .pylintrc
|
||||
coverage run --source amodem/ --omit="*/__main__.py" -m py.test -v
|
||||
coverage run --source amodem/ --omit="*/__main__.py" -m pytest -v
|
||||
coverage report
|
||||
|
||||
Reference in New Issue
Block a user