Skip to content

Commit 89ea0d2

Browse files
committed
More Travis experimentation
1 parent 5721b7d commit 89ea0d2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ matrix:
88
after_success: "pipenv run codecov"
99
- python: "3.7"
1010
dist: xenial
11+
sudo: true
1112

12-
language: python
13+
cache:
14+
directories:
15+
- $HOME/.cache/pip
1316
install: "make init"
17+
language: python
1418
script: "pipenv run make ci"
15-
cache: "pip"

0 commit comments

Comments
 (0)