Add poppler in travis dependencies
This commit is contained in:
parent
7a09a92bde
commit
319a6472c0
1 changed files with 5 additions and 0 deletions
|
|
@ -2,6 +2,11 @@ language: python
|
|||
python:
|
||||
- 3.5
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- poppler-utils
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue