15 Star 179 Fork 73

医学联盟/医学区块链

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 1.60 KB
一键复制 编辑 原始数据 按行查看 历史
lidunwei 提交于 2020-10-04 15:10 . 增加fisco—bcos
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
- name: "Python 3.7.2 on macOS"
os: osx
osx_image: xcode10.14.3 # Python 3.7.2 running on macOS 10.14.3
language: shell # 'language: python' is an error on Travis CI macOS
before_install:
- bash -x init_env.sh -p
- source ~/.bashrc
- pyenv global 3.7.3
- pip install --upgrade pip
- pip install -r requirements.txt
- bash init_env.sh -i
# - name: "Python 3.7.3 on Windows"
# os: windows # Windows 10.0.17134 N/A Build 17134
# language: shell # 'language: python' is an error on Travis CI Windows
# before_install:
# - choco install python
# - python -m pip install --upgrade pip
# # - pip install configobj
# env: PATH=/c/Python37:/c/Python37/Scripts:$PATH
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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/medical-alliance/medical-blockchain.git
git@gitee.com:medical-alliance/medical-blockchain.git
medical-alliance
medical-blockchain
医学区块链
master

搜索帮助

Cb406eda 1850385 E526c682 1850385