Skip to content

Commit f4cb57d

Browse files
committed
in case the issue is as simple as an empty file at $MPLCONFIGDIR/matplotlibrc
1 parent 1d059cd commit f4cb57d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ before_install:
1818
brew cleanup -s
1919
rm -rf $(brew --cache)
2020
fi
21+
- mkdir $MPLCONFIGDIR
22+
- touch $MPLCONFIGDIR/matplotlibrc
2123
install:
2224
- echo "Build on $TRAVIS_OS_NAME for Python $TRAVIS_PYTHON_VERSION"
2325
- |

0 commit comments

Comments
 (0)