summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2017-07-18 19:31:51 +0200
committerGitHub <noreply@github.com>2017-07-18 19:31:51 +0200
commit5feda33a35d9413e2073411b848dc49d94c57497 (patch)
tree8feca7a57aa1a9cfc173bb83650954b82d123997 /.github
parent4ed5ad79ec6c6270e6018bd0a55656305ee60907 (diff)
downloadcpython-git-5feda33a35d9413e2073411b848dc49d94c57497.tar.gz
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.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/appveyor.yml b/.github/appveyor.yml
index 06b9b2f87b..deb0e309a9 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: