We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcafedd commit a94c11eCopy full SHA for a94c11e
.travis.yml
@@ -16,6 +16,7 @@ before_install:
16
- sudo make install
17
- sudo ldconfig
18
- cd ..
19
+ - pip install pylint
20
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
21
22
script:
0 commit comments