Skip to content

Commit afef3d3

Browse files
mkcorredSlug
andcommitted
Install TeXLive and run pdflatex command.
Co-authored-by: Brad Dettmer <[email protected]>
1 parent 74ddeca commit afef3d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,11 @@ install:
2020
- conda env create -n test-environment -f environment.yml
2121
- source activate test-environment
2222

23+
# Install TeXLive to be able to run pdflatex
24+
- sudo apt-get install texlive-full
25+
2326
script:
2427
# Your test script goes here
2528
- jupyter nbconvert --to latex rosi_py.ipynb
29+
- pdflatex rosi_py.tex
2630
- source deactivate

0 commit comments

Comments
 (0)