Skip to content

Commit

Permalink
Install LateX on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Jun 5, 2015
1 parent 558ace7 commit 44710d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ before_install:
- export PATH=/home/travis/miniconda/bin:$PATH
- conda update --yes conda

# Install latex
- sudo apt-get update
- sudo apt-get install texlive-full

# Make sure that interactive matplotlib backends work
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
Expand Down

0 comments on commit 44710d3

Please sign in to comment.