mirror of
https://github.com/romanz/amodem.git
synced 2026-02-06 16:48:06 +08:00
Revert "travis: add pylint" - pylint is broken on travis.org's Python 2.6
This reverts commit 33385b294e.
This commit is contained in:
@@ -9,11 +9,10 @@ python:
|
||||
|
||||
install:
|
||||
- pip install .
|
||||
- pip install coveralls pep8 mock pylint
|
||||
- pip install coveralls pep8 mock
|
||||
|
||||
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