Fixed dependencies for building example character sheets on travis.

This commit is contained in:
Mark Wolfman
2020-05-03 23:16:29 -05:00
parent 33817135a0
commit db998faa55
+1 -3
View File
@@ -4,9 +4,7 @@ python:
- "3.7"
- "3.8"
before_install:
- sudo add-apt-repository -y ppa:malteworld/ppa
- sudo apt -q update
- sudo apt-get -y install pdftk
- sudo apt-get -y install pdftk texlive-latex-base
# command to install dependencies
install:
- pip install -r requirements.txt