File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 8
8
- " tests/requirements.txt " : " tests/custom_req.txt.jj2"
9
9
- " docs/source/conf.py " : " docs/source/conf.py.jj2"
10
10
- " pyexcel_pdfr/_version.py " : version.py.jj2
11
- - .travis.yml : custom_travis.yml.jj2
Original file line number Diff line number Diff line change 1
- sudo : false
1
+ sudo : true
2
2
dist : xenial
3
3
language : python
4
4
notifications :
5
5
email : false
6
+ addons :
7
+ apt :
8
+ update : true
6
9
python :
7
10
- 3.8
8
11
- 3.7
41
44
stage : test
42
45
43
46
before_install :
47
+ - @sudo apt install python-tk python3-tk ghostscript
44
48
- if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then
45
49
mv min_requirements.txt requirements.txt ;
46
50
fi
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ dependencies:
10
10
- pyexcel-io>=0.6.0
11
11
test_dependencies :
12
12
- pyexcel
13
- description : " Read tables in pdf files as tabular data "
13
+ description : " Read tables in pdf files using camelot for pyexcel community "
You can’t perform that action at this time.
0 commit comments