Skip to content

Commit

Permalink
Fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
rowleya committed May 11, 2020
1 parent 2e13446 commit a2bd4e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ before_install:
install:
- python setup.py develop
- pip install -r requirements-test.txt
- pip install pylint python-coveralls 'coverage>=4.4,<5.0'
- pip install 'pylint<2.5' python-coveralls 'coverage>=4.4,<5.0'
script:
- py.test tests/ --cov spalloc --cov tests --durations=10 --timeout=120
# Code quality check
Expand Down

0 comments on commit a2bd4e5

Please sign in to comment.