Skip to content

Commit

Permalink
Travis-CI: Cache for pip
Browse files Browse the repository at this point in the history
  • Loading branch information
mckelvin committed Feb 7, 2017
1 parent 84fe612 commit ce86339
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ env:
TA_LIBRARY_PATH=$DEPS_DIR/lib
- WITH_TA_LIBRARY=no
cache:
directories:
- $DEPS_DIR
- pip
- directories:
- $DEPS_DIR
install:
- pip install --upgrade pip wheel
- pip install -r requirements_test.txt
Expand Down

0 comments on commit ce86339

Please sign in to comment.