mirror of
https://github.com/romanz/amodem.git
synced 2026-03-27 21:39:06 +08:00
tox: update to run on updated tests
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -9,7 +9,7 @@ deps=
|
||||
pylint
|
||||
six
|
||||
commands=
|
||||
pep8 amodem/ scripts/ tests/
|
||||
pep8 amodem/ scripts/
|
||||
pylint --extension-pkg-whitelist=numpy --report=no amodem --rcfile .pylintrc
|
||||
coverage run --source amodem/ --omit="*/__main__.py" -m py.test -v tests/
|
||||
coverage run --source amodem/ --omit="*/__main__.py" -m py.test -v
|
||||
coverage report
|
||||
|
||||
Reference in New Issue
Block a user