From 864d56c8c61962aa59a56c733bfedee48074f890 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Tue, 14 Aug 2018 18:36:44 +0000 Subject: [PATCH] Test latest Python 3.7 --- appveyor.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 8a07c7f0..b88de070 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -107,10 +107,14 @@ environment: - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe" PYTHONDIR: "C:\\Python34-x64" PYTHON: "C:\\Python34-x64\\python.exe" - + - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe" PYTHONDIR: "C:\\Python35-x64" PYTHON: "C:\\Python35-x64\\python.exe" + + - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe" + PYTHONDIR: "C:\\Python37-x64" + PYTHON: "C:\\Python37-x64\\python.exe" - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe" PYTHONDIR: "use_conda"