Skip to content

Commit 60de67f

Browse files
committed
Cache pip for Travis builds
1 parent b45ff35 commit 60de67f

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)