Skip to content

Commit

Permalink
Travis CI: Use newer pip for better caching
Browse files Browse the repository at this point in the history
  • Loading branch information
divergentdave committed Dec 24, 2016
1 parent ade0046 commit 486ba84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ sudo: false

cache: pip
install:
- pip install --upgrade pip wheel
- pip install -r requirements.txt
- pip install pyflakes pylint

Expand Down

0 comments on commit 486ba84

Please sign in to comment.