We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74ddeca commit afef3d3Copy full SHA for afef3d3
.travis.yml
@@ -20,7 +20,11 @@ install:
20
- conda env create -n test-environment -f environment.yml
21
- source activate test-environment
22
23
+ # Install TeXLive to be able to run pdflatex
24
+ - sudo apt-get install texlive-full
25
+
26
script:
27
# Your test script goes here
28
- jupyter nbconvert --to latex rosi_py.ipynb
29
+ - pdflatex rosi_py.tex
30
- source deactivate
0 commit comments