Skip to content

Commit

Permalink
trying to fix the Travis build environment
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Feb 6, 2019
1 parent 74bc780 commit 6c5b699
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,20 @@ language: generic
python:
- "3.7-dev"

before_install:
- sudo add-apt-repository -y ppa:deadsnakes/ppa
- sudo apt-get update
- sudo apt-get install -y mpich gfortran python3.6 python3.6-venv texlive texlive-latex-extra texlive-lang-cjk latexmk
addons:
apt:
packages:
- mpich
- g++
- gfortran
- libgmp-dev
- libmpfr-dev
- pandoc
- texlive
- texlive-latex-extra
- texlive-lang-cjk
- latexmk
- doxygen

install:
- pip install --user sphinx sphinx_rtd_theme breathe
Expand Down

0 comments on commit 6c5b699

Please sign in to comment.