mirror of
https://github.com/romanz/amodem.git
synced 2026-04-21 05:36:42 +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:
|
install:
|
||||||
- pip install .
|
- pip install .
|
||||||
- pip install coveralls pep8 mock pylint
|
- pip install coveralls pep8 mock
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pep8 amodem/ scripts/ tests/ amodem-cli
|
- pep8 amodem/ scripts/ tests/ amodem-cli
|
||||||
- pylint --extension-pkg-whitelist=numpy --report=no amodem
|
|
||||||
- cd tests
|
- cd tests
|
||||||
- coverage run --source=amodem -m py.test
|
- coverage run --source=amodem -m py.test
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user