Skip to content

Commit 58d31d5

Browse files
committed
Set backend to Agg in matplotlibrc; Build on linux.
1 parent 6170d65 commit 58d31d5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ env:
66
global:
77
- CONDA_PREFIX=$HOME/miniconda
88
- MINICONDA_URL_BASE="https://repo.continuum.io/miniconda/Miniconda3-latest"
9+
- MPLCONFIGDIR=$HOME/.config/matplotlib
910
os:
10-
# - linux
11+
- linux
1112
- osx
1213
sudo: false
1314
before_install:
@@ -35,6 +36,7 @@ install:
3536
- conda install landlab jupyter -c landlab
3637
- conda info -a && conda list
3738
script:
39+
- mkdir -p $MPLCONFIGDIR && echo "backend: Agg" > $MPLCONFIGDIR/matplotlibrc
3840
- ./run-all-tests.sh
3941
virtualenv:
4042
system_site_packages: false

0 commit comments

Comments
 (0)