Skip to content

Commit

Permalink
set pylint to 1.7.5 and print pylint version
Browse files Browse the repository at this point in the history
 - 1.8.1 gives weird inconsistent return errors
  - pylint-dev/pylint#1782
  • Loading branch information
martbhell committed Dec 28, 2017
1 parent 2424c23 commit d25886a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ before_install:
- gcloud version
- gcloud auth activate-service-account --key-file wasthereannhlgamelastnight-c0aea3438a34.json
install:
- travis_retry pip install --user pylint
- travis_retry pip install --user pylint==1.7.5
- gcloud config set project wasthereannhlgamelastnight
- gcloud config list
before_script:
- pylint --version
- pylint src/!(appengine_config).py *.py -r y
- gcloud -q app deploy src/app.yaml --no-promote -v testing
script:
Expand Down

0 comments on commit d25886a

Please sign in to comment.