1 Star 0 Fork 0

xdicac/SimpleCV

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: python
python:
- "2.7"
before_install:
- sudo apt-get update
- sudo apt-get install python-numpy python-nose python-imaging python-scipy python-pygame
- sudo apt-get install libcv2.3 libcvaux2.3 libhighgui2.3 python-opencv libcv-dev libcvaux-dev libhighgui-dev
install: "pip install -r requirements.txt --use-mirrors"
virtualenv:
system_site_packages: true
script:
- cd SimpleCV/tests/
- nosetests -v tests.py
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xdicac/SimpleCV.git
git@gitee.com:xdicac/SimpleCV.git
xdicac
SimpleCV
SimpleCV
master

搜索帮助