Skip to content

Commit

Permalink
Add LaTeX to Travis CI install script
Browse files Browse the repository at this point in the history
This commit adds a LaTeX installation to the Travis CI install script.
LaTeX is needed for the `SciencePlots` package, which uses it in
epispot's tests. This also (hopefully) fixes the error from the
previous commit on Travis CI.

Changelist:
- Add LaTeX requirements to `.travis.yml::install`

Additional Notes:
Fixes (major):
Fix `0ca85d13b579e624ca5dfff701a7a7c4c62a0d6c`
  • Loading branch information
quantum9Innovation committed Jun 19, 2021
1 parent 0ca85d1 commit 36cca46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ before_install:
install:
- pip install numpy
- pip install matplotlib
- pip install SciencePlots
- sudo apt-get install dvipng texlive-latex-extra texlive-fonts-recommended cm-super # install LaTeX requirements for Travis CI
- pip install pandas
- pip install plotly
- pip install SciencePlots
- pip install pytest
- pip install coverage
- pip install codecov
Expand Down

0 comments on commit 36cca46

Please sign in to comment.