Skip to content

Commit

Permalink
trying to change matplotlib backend to prevent errors
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Sep 26, 2020
1 parent 7a07cc0 commit 05254a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- bash ./miniconda.sh -b
- export PATH=~/miniconda3/bin:$PATH
- conda update --yes conda
- export MPLBACKEND=Agg
- name: Python 3.7.1 on Linux Bionic
dist: bionic
services:
Expand All @@ -23,6 +24,7 @@ jobs:
- bash ./miniconda.sh -b
- export PATH=~/miniconda3/bin:$PATH
- conda update --yes conda
- export MPLBACKEND=Agg
- name: Python 3.7.7 on macOS
os: osx
osx_image: xcode12
Expand All @@ -33,6 +35,7 @@ jobs:
- bash ./miniconda.sh -b
- export PATH=~/miniconda3/bin:$PATH
- conda update --yes conda
- export MPLBACKEND=Agg
- name: Python 3.7.7 on Windows
os: windows
language: shell
Expand All @@ -52,7 +55,7 @@ jobs:
install:
- conda env create -f environment.yml
- source activate cellpose
- pip install .[gui]
- pip install .
- pip install matplotlib
- pip install coveralls
script:
Expand Down

0 comments on commit 05254a9

Please sign in to comment.