Added texlive fonts to travis build.

This commit is contained in:
Mark Wolfman
2021-04-15 22:51:20 -05:00
parent 01f3f0d15f
commit 4ef05710c4
+2 -1
View File
@@ -4,7 +4,7 @@ python:
- "3.7"
- "3.8"
before_install:
- sudo apt-get -y install pdftk texlive-latex-base
- sudo apt-get -y install pdftk texlive-latex-base texlive-fonts-recommended
# command to install dependencies
install:
- pip install -r requirements.txt
@@ -15,6 +15,7 @@ script:
- pytest --cov=dungeonsheets tests/
- cd examples/
- makesheets
- makesheets -F
- cd ../
after_success:
- coveralls