本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
ben
/
git-repo-updater
镜像来自
https://github.com/earwig/git-repo-updater
關注
1
收藏
1
複製
0
程式碼
版本發佈
11
活動
瀏覽代碼
Travis CI support added (python 3.6, 3.7, 3.8).
pull/55/head
offa
4 年之前
父節點
b502b2eaa4
當前提交
cc6be13f37
共有
1 個檔案被更改
,包括
15 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+15
-0
.travis.yml
+ 15
- 0
.travis.yml
查看文件
@@ -0,0 +1,15 @@
language: python
dist: bionic
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pipenv install
script:
- pytest
Write
Preview
Loading…
取消
儲存