Fix travis CI pylint call

This commit is contained in:
Toilal
2015-11-29 22:35:42 +01:00
parent 88c6376e95
commit f998105bc4
+1 -1
View File
@@ -12,7 +12,7 @@ install:
- pip install pytest --upgrade
- pip install coveralls
script:
- if [ $TRAVIS_PYTHON_VERSION != 2.6 ]; then pylint rebulk; fi
- if [ $TRAVIS_PYTHON_VERSION != 2.6 ]; then pylint guessit; fi
- coverage run --source=guessit setup.py test
- python setup.py build
after_success: