Skip to content

Commit b378ae7

Browse files
committed
💚 use sudo to install ghost script
1 parent 02bf633 commit b378ae7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.moban.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ targets:
88
- "tests/requirements.txt": "tests/custom_req.txt.jj2"
99
- "docs/source/conf.py": "docs/source/conf.py.jj2"
1010
- "pyexcel_pdfr/_version.py": version.py.jj2
11-
- .travis.yml: custom_travis.yml.jj2

.travis.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
sudo: false
1+
sudo: true
22
dist: xenial
33
language: python
44
notifications:
55
email: false
6+
addons:
7+
apt:
8+
update: true
69
python:
710
- 3.8
811
- 3.7
@@ -41,6 +44,7 @@ jobs:
4144
stage: test
4245

4346
before_install:
47+
- @sudo apt install python-tk python3-tk ghostscript
4448
- if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then
4549
mv min_requirements.txt requirements.txt ;
4650
fi

pyexcel-pdfr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies:
1010
- pyexcel-io>=0.6.0
1111
test_dependencies:
1212
- pyexcel
13-
description: "Read tables in pdf files as tabular data"
13+
description: "Read tables in pdf files using camelot for pyexcel community"

0 commit comments

Comments
 (0)