Skip to content

Commit dcb623d

Browse files
committed
Make MPLCONFIGDIR then create matplotlibrc.
1 parent 0dda346 commit dcb623d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ install:
3636
- conda install landlab jupyter -c landlab
3737
- conda info -a && conda list
3838
script:
39-
- mkdir -p $MPLCONFIGDIR && echo "backend: Agg" > $MPLCONFIGDIR/matplotlibrc
39+
- mkdir -p $MPLCONFIGDIR
40+
- echo "backend: Agg" > $MPLCONFIGDIR/matplotlibrc
4041
- ./run-all-tests.sh
4142
virtualenv:
4243
system_site_packages: false

0 commit comments

Comments
 (0)