1 Star 0 Fork 0

kontais/hello-world

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.bbtravis.yml 250 Bytes
一键复制 编辑 原始数据 按行查看 历史
Pierre Tardy 提交于 2017-09-05 10:36 . initial commit
# BBTravis CI configuration file
language: python
python:
- "2.7"
- "3.6"
install:
- pip install -U pip
- |
# pip installs
set -e
pip install twisted
pip install -e .
# Tests running commands
script:
- trial hello
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kontais/hello-world.git
git@gitee.com:kontais/hello-world.git
kontais
hello-world
hello-world
master

搜索帮助