Skip to content

Commit

Permalink
Fix build errors on Python 3.2
Browse files Browse the repository at this point in the history
pylint depends on logilab-common; logilab-common==0.63.0 seems to have problems
with Python 3.2, so it is pinned to 0.62.1 (version before 0.63.0).
  • Loading branch information
stefankoegl committed Nov 11, 2014
1 parent e51d081 commit 9a19c9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: python
python:
- "2.6"
- "2.7"
# - "3.2"
- "3.2"
- "3.3"
- "3.4"
- "pypy"
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Expand Up @@ -4,6 +4,7 @@ mock >= 1.0.1
graphviz
flake8
pylint
logilab-common==0.62.1 # requirement of pylint; pinned as 0.63.0 has problems with Python 3
coveralls
pytest-cov
wheel

0 comments on commit 9a19c9f

Please sign in to comment.