Skip to content

Commit ded2baa

Browse files
committed
init
Signed-off-by: Shengjing Zhu <i@zhsj.me>
0 parents  commit ded2baa

File tree

472 files changed

+291065
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

472 files changed

+291065
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.mo

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
language: python
2+
python:
3+
- "3.6"
4+
5+
script:
6+
# - tx pull -l zh_CN --parallel
7+
./build.sh
8+
9+
deploy:
10+
provider: pages
11+
local-dir: ../cpython/Doc/build/html/
12+
skip-cleanup: true
13+
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
14+
keep-history: true
15+
on:
16+
branch: master
17+
18+
notifications:
19+
email: false

0 commit comments

Comments
 (0)