diff options
author | Steve Dower <steve.dower@microsoft.com> | 2017-07-18 17:31:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-18 17:31:51 (GMT) |
commit | 5feda33a35d9413e2073411b848dc49d94c57497 (patch) | |
tree | 8feca7a57aa1a9cfc173bb83650954b82d123997 /.github | |
parent | 4ed5ad79ec6c6270e6018bd0a55656305ee60907 (diff) | |
download | cpython-5feda33a35d9413e2073411b848dc49d94c57497.zip cpython-5feda33a35d9413e2073411b848dc49d94c57497.tar.gz cpython-5feda33a35d9413e2073411b848dc49d94c57497.tar.bz2 |
bpo-30450: Fix logic for retrying nuget.exe download (#2744)
Fix logic for retrying nuget.exe download with Python.
Add support for HOST_PYTHON variable.
Clear internal environment variables used in find_python.bat
Use HOST_PYTHON as the actual Python if it is recent enough.
Adds HOST_PYTHON variable to AppVeyor configuration
Diffstat (limited to '.github')
-rw-r--r-- | .github/appveyor.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml index 06b9b2f..deb0e30 100644 --- a/.github/appveyor.yml +++ b/.github/appveyor.yml @@ -9,6 +9,8 @@ build_script: - cmd: PCbuild\build.bat -e test_script: - cmd: PCbuild\rt.bat -q -uall -u-cpu -rwW --slowest --timeout=1200 --fail-env-changed -j0 +environment: + HOST_PYTHON: C:\Python36\python.exe # Only trigger AppVeyor if actual code or its configuration changes only_commits: |