mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-13 22:00:05 +02:00
Add initial Travis CI
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
6e0decb5ec
commit
cbad0c9939
1 changed files with 16 additions and 0 deletions
16
.travis.yml
Normal file
16
.travis.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Travis CI configuration for sbb_textline_detector
|
||||||
|
|
||||||
|
dist: xenial # required for Python >= 3.7
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
# sbb_textline_detector requires Python 3.6 or newer
|
||||||
|
- "3.6"
|
||||||
|
- "3.7"
|
||||||
|
# tensorflow-gpu<2.0 is not available for Python 3.8
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install -U pip
|
||||||
|
- pip install .
|
||||||
|
|
||||||
|
script:
|
||||||
|
- ocrd-sbb-textline-detector --help
|
Loading…
Add table
Add a link
Reference in a new issue