Skip to content

Commit

Permalink
pin pylint version in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed May 8, 2014
1 parent d5babdd commit 3ae6e36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -88,7 +88,8 @@ install:
fi;
# Run additional tests only in latest configuration
- "[ $IS_LATEST = false ] || pip install pylint"
# Note pylint version is pinned because newer versions can't import zope.interface - http://www.logilab.org/92792
- "[ $IS_LATEST = false ] || pip install pylint==1.1.0"
- "[ $IS_LATEST = false ] || pip install pyflakes"
- "[ $IS_LATEST = false ] || pip install sphinx"
- "[ $IS_LATEST = false ] || pip install pep8"
Expand All @@ -99,7 +100,7 @@ script:
- trial --reporter=text --rterrors buildslave.test

# Run additional tests only in latest configuration
- "[ $IS_LATEST = false ] || make pylint"
- "[ $IS_LATEST = false ] || make pylint==1.1.0"
- "[ $IS_LATEST = false ] || make pyflakes"
- "[ $IS_LATEST = false ] || make docs"
- "[ $IS_LATEST = false ] || make pep8"
Expand Down

0 comments on commit 3ae6e36

Please sign in to comment.