Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

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 3815337 commit 455a6cd
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:
before_script:
- python ./setup.py install
- 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 spinn_storage_handlers
Expand Down

0 comments on commit 455a6cd

Please sign in to comment.