1 Star 2 Fork 2

kentzhang / python-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 829 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: python
git:
depth: 5
matrix:
include:
- name: "Scan code with cobra"
python: 3.6
dist: xenial
before_cache:
cache:
before_install:
script: |
bash ci/code_security_audit.sh
- name: "Python 3.7.1 on Xenial Linux"
python: 3.7 # this works for Linux but is ignored on macOS or Windows
dist: xenial # required for Python >= 3.7
- name: "Python 3.6 on Xenial Linux"
python: 3.6
dist: xenial
- name: "Python 3.5 on Xenial Linux"
python: 3.5
dist: xenial
addons:
apt:
packages:
- openssl
- curl
- npm
homebrew:
packages:
- openssl
- curl
- npm
install:
- python --version
- pip install -r requirements.txt
- bash init_env.sh -i
script: |
bash -x ci/ci_check.sh
1
https://gitee.com/coderkent/python-sdk.git
git@gitee.com:coderkent/python-sdk.git
coderkent
python-sdk
python-sdk
master

搜索帮助