Skip to content

Commit

Permalink
Cache packages for Travis builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
gtback committed May 28, 2015
1 parent 1b38e12 commit 371d486
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,16 @@ env:
- TOXENV=rhel6

install:
# Cache Wheels for faster tests
- pip install -U pip wheel
- pip isntall -r requirements.txt

- pip install tox

cache:
directories:
- $HOME/.cache/pip

script:
- tox

Expand Down

0 comments on commit 371d486

Please sign in to comment.