Skip to content

Commit 371d486

Browse files
committed
Cache packages for Travis builds.
1 parent 1b38e12 commit 371d486

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,16 @@ env:
88
- TOXENV=rhel6
99

1010
install:
11+
# Cache Wheels for faster tests
12+
- pip install -U pip wheel
13+
- pip isntall -r requirements.txt
14+
1115
- pip install tox
1216

17+
cache:
18+
directories:
19+
- $HOME/.cache/pip
20+
1321
script:
1422
- tox
1523

0 commit comments

Comments
 (0)