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