加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 458 Bytes
一键复制 编辑 原始数据 按行查看 历史
williamfzc 提交于 2019-12-06 16:23 . fix(ci): remove 3.8
os: linux
dist: xenial
language: python
sudo: true
python:
- "3.6"
- "3.7"
install:
- sudo apt-get -qq update
- sudo apt-get -y install tesseract-ocr tesseract-ocr-chi-sim libtesseract-dev libleptonica-dev pkg-config
- pip install pytest
- pip install findit-client
- pip install Pillow
- pip install findtext
script:
- pip install .
- cd sample
- python demo.py
- python short.py
- cd ..
- pip install .[web]
- pytest tests/
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化