mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-07-27 19:29:57 +02:00
Merge pull request #65 from mikegerber/fix/disable-travis-py37
🐛 Don't test on Python 3.7
This commit is contained in:
commit
8e1622da80
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
||||||
dist: xenial # required for Python >= 3.7
|
dist: xenial # required for Python >= 3.7
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
# sbb_textline_detector requires Python 3.6 or newer
|
# sbb_textline_detector requires Python 3.6
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "3.7"
|
# broken on Python 3.7 (and never supposed to work)
|
||||||
# tensorflow-gpu<2.0 is not available for Python 3.8
|
# tensorflow-gpu<2.0 is not available for Python 3.8
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue