mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-19 04:33:26 +02:00
Added texlive fonts to travis build.
This commit is contained in:
+2
-1
@@ -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
|
||||
Reference in New Issue
Block a user