Skip to content

Commit 239dd41

Browse files
stweilsirfz
authored andcommitted
Update Travis CI to Tesseract 4.1.0
Tesseract 4.1.0 is the latest stable release. It no longer requires setting the locale environment variables. Signed-off-by: Stefan Weil <[email protected]>
1 parent df88288 commit 239dd41

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
matrix:
1616
- TESSERACT=3.04.01-1
1717
- TESSERACT=3.05.02-3
18-
- TESSERACT=4.0.0-1
18+
- TESSERACT=4.1.0-1
1919
before_install:
2020
- export TESSERACT_INSTALL=$HOME/.tesseract
2121
- export TESSERACT_PKG=$TESSERACT_INSTALL/lib/pkgconfig
@@ -28,7 +28,4 @@ install:
2828
- pip install Cython
2929
- pip install Pillow
3030
script:
31-
- export LC_ALL=C
32-
- export LC_CTYPE=C
33-
- export LC_NUMERIC=C
3431
- python setup.py test

0 commit comments

Comments
 (0)