1 Star 0 Fork 0

wops/aliyun-openapi-python-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 653 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ro--bert 提交于 2020-11-27 17:18 +08:00 . Bump urllib3 from 1.21 to 1.24.3
sudo: false
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install unittest2
- pip install coverage
- pip install pycodestyle
- pip install mock
- pip install jmespath cryptography
script:
- make lint
- make test
- make coverage-report
- test -z $ACCESS_KEY_ID -a -z $ACCESS_KEY_SECRET || make functional-test
notifications:
webhooks: https://oapi.dingtalk.com/robot/send?access_token=096ed387df243a6d60835aadeccc47165f3813bc7cb81cdd0cfeadfd28e3acc1
email: false
on_success: change
on_failure: always
after_success:
- bash <(curl -s https://codecov.io/bash)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wops/aliyun-openapi-python-sdk.git
git@gitee.com:wops/aliyun-openapi-python-sdk.git
wops
aliyun-openapi-python-sdk
aliyun-openapi-python-sdk
master

搜索帮助