From ef40b498bb35f5a01c423cd0c4dc70b74f553661 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Wed, 21 Jan 2015 20:47:33 +0200 Subject: [PATCH] Revert "travis: add pylint" - pylint is broken on travis.org's Python 2.6 This reverts commit 33385b294edb3e2604e4450f38c8a0f367041ac7. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6aade00..0aa1bbe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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