We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6170d65 commit 58d31d5Copy full SHA for 58d31d5
1 file changed
.travis.yml
@@ -6,8 +6,9 @@ env:
6
global:
7
- CONDA_PREFIX=$HOME/miniconda
8
- MINICONDA_URL_BASE="https://repo.continuum.io/miniconda/Miniconda3-latest"
9
+ - MPLCONFIGDIR=$HOME/.config/matplotlib
10
os:
- # - linux
11
+- linux
12
- osx
13
sudo: false
14
before_install:
@@ -35,6 +36,7 @@ install:
35
36
- conda install landlab jupyter -c landlab
37
- conda info -a && conda list
38
script:
39
+- mkdir -p $MPLCONFIGDIR && echo "backend: Agg" > $MPLCONFIGDIR/matplotlibrc
40
- ./run-all-tests.sh
41
virtualenv:
42
system_site_packages: false
0 commit comments