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 0583f0a commit 89759a2Copy full SHA for 89759a2
2 files changed
.travis.yml
@@ -1,5 +1,4 @@
1
language: python
2
cache: pip
3
-python: 3.6
4
5
script: ./build.sh
build.sh
@@ -4,9 +4,9 @@ set -ex
cur=$(dirname "$(readlink -f "$0")")
cd "$cur"/.. || exit 1
6
if [ -d cpython ]; then
7
- (cd cpython; git fetch; git checkout origin/3.7)
+ (cd cpython; git fetch; git checkout origin/3.8)
8
else
9
- git clone --depth=1 --branch=3.7 https://github.com/python/cpython.git
+ git clone --depth=1 --branch=3.8 https://github.com/python/cpython.git
10
fi
11
cd cpython/Doc
12
mkdir -p locales/zh_CN/
0 commit comments