From 516c5fc84afbafa2711b94e5c0dc46b622197966 Mon Sep 17 00:00:00 2001 From: Jesse Mullan Date: Sat, 1 Nov 2014 17:59:33 -0700 Subject: [PATCH] Hopefully make pylint respect the pylintrc --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d2c0318a..76baa317 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,6 @@ install: - pip install nosetests script: - pep8 headphones - - pylint headphones + - pylint --rcfile=pylintrc headphones - pyflakes headphones - nosetests headphones