Skip to content

Commit ed04b42

Browse files
committed
Cache pip for Travis builds
1 parent 83a512b commit ed04b42

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: python
22
dist: xenial # for python3.7+ testing
33

4+
cache: pip
5+
46
python:
57
- 3.6
68
- 3.7

0 commit comments

Comments
 (0)