Skip to content

Commit

Permalink
Pin pylint for build stability
Browse files Browse the repository at this point in the history
Changes on stable branches should be kept minimal; we don't want to
change their code purely for new pylint minutiae.
  • Loading branch information
jeremyh committed Jan 17, 2018
1 parent 90e0638 commit af9f5ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis/environment.yaml
Expand Up @@ -23,7 +23,8 @@ dependencies:
- xarray
- redis-py # redis client lib, used by celery
- redis # redis server
- pylint # testing
- pylint = 1.7 # testing
- astroid = 1.5 # needed to match pylint
- pep8 # testing
- fiona # movie generator app
- mock # testing
Expand Down

0 comments on commit af9f5ce

Please sign in to comment.