mirror of
https://github.com/romanz/amodem.git
synced 2026-02-06 08:38:06 +08:00
travis: add pylint
This commit is contained in:
@@ -9,10 +9,11 @@ python:
|
||||
|
||||
install:
|
||||
- pip install .
|
||||
- pip install coveralls pep8 mock
|
||||
- pip install coveralls pep8 mock pylint
|
||||
|
||||
script:
|
||||
- pep8 amodem/ scripts/ tests/ amodem-cli
|
||||
- pylint --extension-pkg-whitelist=numpy --report=no amodem
|
||||
- cd tests
|
||||
- coverage run --source=amodem -m py.test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user