File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ environment:
8
8
- PYTHON : " C:\\ Python36-x64"
9
9
- PYTHON : " C:\\ Python37"
10
10
- PYTHON : " C:\\ Python37-x64"
11
+ - PYTHON : " C:\\ Python38"
12
+ - PYTHON : " C:\\ Python38-x64"
11
13
12
14
build_script :
13
15
- " git --no-pager log -n2"
Original file line number Diff line number Diff line change @@ -11,7 +11,13 @@ matrix:
11
11
- python : nightly
12
12
- os : osx
13
13
language : generic
14
- env : MACPYTHON=3.6.3
14
+ env : MACPYTHON=3.6.8 # last binary release
15
+ - os : osx
16
+ language : generic
17
+ env : MACPYTHON=3.7.7 # last binary release
18
+ - os : osx
19
+ language : generic
20
+ env : MACPYTHON=3.8.3
15
21
- python : 3.6
16
22
env : CHECK_DOCS=1
17
23
- python : 3.6
Original file line number Diff line number Diff line change 6
6
YAPF_VERSION=0.20.0
7
7
8
8
if [ " $TRAVIS_OS_NAME " = " osx" ]; then
9
- curl -Lo macpython.pkg https://www.python.org/ftp/python/${MACPYTHON} /python-${MACPYTHON} -macosx10.6 .pkg
9
+ curl -Lo macpython.pkg https://www.python.org/ftp/python/${MACPYTHON} /python-${MACPYTHON} -macosx10.9 .pkg
10
10
sudo installer -pkg macpython.pkg -target /
11
11
ls /Library/Frameworks/Python.framework/Versions/* /bin/
12
12
PYTHON_EXE=/Library/Frameworks/Python.framework/Versions/* /bin/python3
You can’t perform that action at this time.
0 commit comments