1 Star 0 Fork 1

yy126/pdfrw

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 466 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jon Lund Steffensen 提交于 2017-05-15 09:37 . Crypt filters (#95)
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "nightly"
# command to install dependencies
before_install:
- "git clone https://github.com/pmaupin/static_pdfs tests/static_pdfs"
install:
- "pip install ."
- "pip install reportlab || true"
- "pip install PyCrypto || true"
- "pip install zlib || true"
- "pip install unittest2 || true"
# command to run tests
script: "cd tests; /usr/bin/env PYTHONPATH=. py.test"
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yy126/pdfrw.git
git@gitee.com:yy126/pdfrw.git
yy126
pdfrw
pdfrw
master

搜索帮助