Skip to content

Commit

Permalink
Merge pull request #44 from biocore/mortonjt-patch-2
Browse files Browse the repository at this point in the history
changing matplotlib backend
  • Loading branch information
mortonjt committed Oct 16, 2019
2 parents 57822c9 + b24d69d commit b1f3705
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ language: python
env:
- PYVERSION=3.5 USE_CYTHON=TRUE MAKE_DOC=TRUE
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- export MPLBACKEND='Agg'
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/miniconda3/bin:$PATH
- conda update --yes conda
- conda config --set always_yes yes
- conda install -c anaconda setuptools
- conda update -q conda
- conda info -a
install:
- wget -q https://raw.githubusercontent.com/qiime2/environment-files/master/latest/staging/qiime2-latest-py36-linux-conda.yml
Expand Down

0 comments on commit b1f3705

Please sign in to comment.