Ai
2 Star 0 Fork 0

mirrors_sourcegraph/python-langserver

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 334 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: python
python:
- "3.6"
git:
submodules: false
# use sed to replace the SSH URL with the public URL, then init and update submodules
before_install:
- sed -i 's/git@github.com:/https:\/\/github.com\//' .gitmodules
- git submodule update --init --recursive
install: "make"
script:
- make lint
- make test
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_sourcegraph/python-langserver.git
git@gitee.com:mirrors_sourcegraph/python-langserver.git
mirrors_sourcegraph
python-langserver
python-langserver
master

搜索帮助