Use python36 instead of python35 to bootstrap

This commit is contained in:
Kovid Goyal 2017-02-24 10:20:10 +05:30
parent d095f90edf
commit d5f2622b41
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1,4 +1,3 @@
os: Visual Studio 2015 os: Visual Studio 2015
clone_folder: C:\calibre clone_folder: C:\calibre
@ -19,7 +18,7 @@ platform:
- x64 - x64
before_build: before_build:
- C:\Python35-x64\python.exe setup/win-ci.py sw - C:\Python36-x64\python.exe setup/win-ci.py sw
build_script: build_script:
- C:\sw\private\python\python.exe setup/win-ci.py build - C:\sw\private\python\python.exe setup/win-ci.py build