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