We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d059cd commit f4cb57dCopy full SHA for f4cb57d
1 file changed
.travis.yml
@@ -18,6 +18,8 @@ before_install:
18
brew cleanup -s
19
rm -rf $(brew --cache)
20
fi
21
+- mkdir $MPLCONFIGDIR
22
+- touch $MPLCONFIGDIR/matplotlibrc
23
install:
24
- echo "Build on $TRAVIS_OS_NAME for Python $TRAVIS_PYTHON_VERSION"
25
- |
0 commit comments