Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad473e commit c5078beCopy full SHA for c5078be
1 file changed
.travis.yml
@@ -1,7 +1,7 @@
1
language: python
2
cache: pip
3
python:
4
- - "3.6"
+ - "3.7"
5
6
script:
7
# - tx pull -l zh_CN --parallel
@@ -14,7 +14,7 @@ deploy:
14
github-token: $GITHUB_TOKEN # Set in the settings page of your repository, as a secure variable
15
keep-history: true
16
on:
17
- branch: newest
+ branch: 3.7
18
19
notifications:
20
email: false
0 commit comments