Skip to content

Commit 87c098c

Browse files
Merge branch 'master' into feature/ivyleavedtoadflax/refactor_load_tsv
2 parents aa26992 + 085f0fb commit 87c098c

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)