Skip to content

Commit 6c55435

Browse files
committed
adding result_images to travis cache for debugging
1 parent e870263 commit 6c55435

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ addons:
88
cache:
99
directories:
1010
- $HOME/env
11+
- $HOME/tests/result_images
1112

1213
language: python
1314

tests/test_display.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
import matplotlib
1515
matplotlib.use('Agg')
16+
matplotlib.rcParams.update(matplotlib.rcParamsDefault)
1617
import matplotlib.pyplot as plt
1718

1819
import librosa

0 commit comments

Comments
 (0)