14 Star 96 Fork 39

WeBank/WeBASE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 1.14 KB
一键复制 编辑 原始数据 按行查看 历史
v_sflkchen 提交于 2019-10-11 15:56 . v1.2.0
language: python
sudo: enabled
services:
- mysql
matrix:
include:
- name: "Python 2.7 on Xenial Linux"
python: 2.7
dist: xenial
before_install:
- pip install MySQL-python
- name: "Python 3.4 on Xenial Linux"
python: 3.4
dist: xenial
before_install:
- pip install PyMySQL
- name: "Python 3.5 on Xenial Linux"
python: 3.5
dist: xenial
before_install:
- pip install PyMySQL
- name: "Python 3.6 on Xenial Linux"
python: 3.6
dist: xenial
before_install:
- pip install PyMySQL
- name: "Python 3.7 on Xenial Linux"
python: 3.7
dist: xenial
before_install:
- pip install PyMySQL
addons:
apt:
packages:
- git
- openssl
- curl
- nginx
homebrew:
packages:
- git
- openssl
- curl
- nginx
install:
- pip install -r requirements.txt
script:
- java -version
- cd deploy
- sed -i "s%dbUsername%root%g" common.properties
- sed -i "s%dbPassword%%g" common.properties
- python deploy.py installAll travis && python telnet.py
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/WeBank/WeBASE.git
git@gitee.com:WeBank/WeBASE.git
WeBank
WeBASE
WeBASE
v1.4.1

搜索帮助