We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dda346 commit dcb623dCopy full SHA for dcb623d
1 file changed
.travis.yml
@@ -36,7 +36,8 @@ install:
36
- conda install landlab jupyter -c landlab
37
- conda info -a && conda list
38
script:
39
-- mkdir -p $MPLCONFIGDIR && echo "backend: Agg" > $MPLCONFIGDIR/matplotlibrc
+- mkdir -p $MPLCONFIGDIR
40
+- echo "backend: Agg" > $MPLCONFIGDIR/matplotlibrc
41
- ./run-all-tests.sh
42
virtualenv:
43
system_site_packages: false
0 commit comments