Merge pull request #13 from stweil/travis

Add initial Travis CI
This commit is contained in:
Clemens Neudecker 2020-08-18 13:56:07 +02:00 committed by GitHub
commit 4acdc39293
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
.travis.yml Normal file
View 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