mirror of
https://github.com/zoriya/guessit.git
synced 2026-06-07 04:06:01 +00:00
Fix travis CI pylint call
This commit is contained in:
+1
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user