17 Star 199 Fork 45

guofei9987 / blind_watermark

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
guofei9987 提交于 2020-08-13 07:58 . version 0.4.0
language: python
python:
- "3.8"
# command to install dependencies
install:
- pip install -r requirements.txt
- pip install numpy==1.18.1
- pip install coverage codecov
- python setup.py install
# command to run tests
script:
- cd examples
- coverage run -p example_no_writing.py
- coverage run -p example_bit.py
- coverage run -p example_str.py
- coverage run -p example_img.py
- cp .coverage.* ..
- cd ..
# Push the results back to codecov
after_success:
- coverage combine
- codecov
Python
1
https://gitee.com/guofei9987/blind_watermark.git
git@gitee.com:guofei9987/blind_watermark.git
guofei9987
blind_watermark
blind_watermark
master

搜索帮助