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.7"
- "3.8" - "3.8"
before_install: 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 # command to install dependencies
install: install:
- pip install -r requirements.txt - pip install -r requirements.txt
@@ -15,6 +15,7 @@ script:
- pytest --cov=dungeonsheets tests/ - pytest --cov=dungeonsheets tests/
- cd examples/ - cd examples/
- makesheets - makesheets
- makesheets -F
- cd ../ - cd ../
after_success: after_success:
- coveralls - coveralls