You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sbb_textline_detection/.travis.yml

17 lines
384 B
YAML

# Travis CI configuration for sbb_textline_detector
dist: xenial # required for Python >= 3.7
language: python
python:
# sbb_textline_detector requires Python 3.6
- "3.6"
# broken on Python 3.7 (and never supposed to work)
# tensorflow-gpu<2.0 is not available for Python 3.8
install:
- pip install -U pip
- pip install .
script:
- ocrd-sbb-textline-detector --help