Specify minor version of Python on AppVeyor

To fix sphinx-build being installed to a different path in different
versions of Python.
This commit is contained in:
Oliver Hamlet
2019-12-01 20:30:24 +00:00
parent 27bbbf3a52
commit 0cb8e0ea52
+1 -1
View File
@@ -30,7 +30,7 @@ install:
if (!([string]$version).endswith('0.9.0')) { $env:INSTALL_CBINDGEN=1 }
- IF "%INSTALL_CBINDGEN%" == "1" cargo install cbindgen --version 0.9.0 --force
- nuget install doxygen -Version 1.8.14
- py -3 -m pip install -r docs/requirements.txt
- py -3.7 -m pip install -r docs/requirements.txt
- ps: (New-Object Net.WebClient).DownloadFile('https://raw.githubusercontent.com/Ortham/ci-scripts/2.1.3/delete_old_bintray_versions.py', "$env:APPVEYOR_BUILD_FOLDER\delete_old_bintray_versions.py")
- ps: if ($env:PLATFORM -eq "Win32") { $env:ADDRESS_MODEL = '32' } else { $env:ADDRESS_MODEL = '64' }