Hopefully make pylint respect the pylintrc

This commit is contained in:
Jesse Mullan
2014-11-01 17:59:33 -07:00
parent 2ea34d4b97
commit 516c5fc84a

View File

@@ -15,6 +15,6 @@ install:
- pip install nosetests
script:
- pep8 headphones
- pylint headphones
- pylint --rcfile=pylintrc headphones
- pyflakes headphones
- nosetests headphones