3 Star 0 Fork 0

Gitee 极速下载 / xlutils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/python-excel/xlutils
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 872 Bytes
一键复制 编辑 原始数据 按行查看 历史
# for container-y goodness:
sudo: false
language: python
env:
- DEPS=git
- DEPS=pypi
python:
- "3.6"
- "2.7"
# command to install dependencies
install:
- sh -c "pip install -Ue .[test,build]"
- sh -c "if [ $DEPS = 'git' ]; then pip install -U git+https://github.com/python-excel/xlrd.git git+https://github.com/python-excel/xlwt.git; fi"
# command to run tests, e.g. python setup.py test
script: nosetests --with-cov --cov=xlutils
after_success:
- coveralls
deploy:
provider: pypi
user: chrisw
password:
secure: ONKUAL0vkY/6LqHi7mrsMq0jVZdgdWPoM0mkFf423pOLI9i3eigsKergwGIehilZhTDvPVmPxVBeShCykVoVEKYGGUhnw1GLlyZhfDWE7wFOLUf68ujTdHo+BPMltbn9lT1/lJhgy2jS1HPRTdY773W6igJXbTDZGSrj3jicy+I=
on:
tags: true
repo: python-excel/xlutils
python: "3.5"
condition: $DEPS = pypi
skip_cleanup: true
distributions: "sdist bdist_wheel"
Python
1
https://gitee.com/mirrors/xlutils.git
git@gitee.com:mirrors/xlutils.git
mirrors
xlutils
xlutils
master

搜索帮助