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 d0a433b commit 81986b0Copy full SHA for 81986b0
.travis.yml
@@ -12,7 +12,7 @@ cache:
12
directories:
13
- $HOME/.cache/pip
14
before_install:
15
- - sudo apt-get install texlive texlive-latex-extra
+ - sudo apt-get install texlive texlive-latex-extra latexmk
16
- pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support
17
- pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --trusted-host wheels.astropy.org --trusted-host wheels2.astropy.org --use-wheel nose numpy matplotlib ${SPHINX_SPEC}
18
script:
0 commit comments