Skip to content

Commit 085f0fb

Browse files
Cache virtualenv in travis (#18)
Cache build dir in travis
1 parent 6d55f55 commit 085f0fb

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.travis.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22

33
python:
44
- 3.7
5-
- 3.8
65

76
install:
87
- make virtualenv
@@ -11,12 +10,10 @@ install:
1110
script:
1211
- make test
1312

14-
cache: pip
15-
16-
jobs:
17-
fast_finish: true
18-
allow_failures:
19-
- python: 3.8
13+
cache:
14+
directories:
15+
- build
16+
- $HOME/.cache/pip
2017

2118
branches:
2219
only:

0 commit comments

Comments
 (0)