@@ -13,22 +13,32 @@ environment:
13
13
BATDIR : ci\appveyor\win32
14
14
CROSS_VERSION : 1
15
15
16
- # 32 julia latest Python-35
17
- - JULIA_URL : " https://julialangnightlies -s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
16
+ # 32 julia-1.0 Python-35
17
+ - JULIA_URL : " https://julialang -s3.julialang.org/bin/winnt/x86/1.0/ julia-1.0 -latest-win32.exe"
18
18
PYTHONDIR : " C:\\ Python35"
19
19
BATDIR : ci\appveyor\win32
20
20
21
+ # 32 julia latest Python-35
22
+ # - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
23
+ # PYTHONDIR: "C:\\Python35"
24
+ # BATDIR: ci\appveyor\win32
25
+
21
26
# 64 julia-0.6 Python-35
22
27
- JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
23
28
PYTHONDIR : " C:\\ Python35-x64"
24
29
BATDIR : ci\appveyor\win64
25
30
CROSS_VERSION : 1
26
31
27
- # 64 julia latest Python-35
28
- - JULIA_URL : " https://julialangnightlies -s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
32
+ # 64 julia-1.0 Python-35
33
+ - JULIA_URL : " https://julialang -s3.julialang.org/bin/winnt/x64/1.0/ julia-1.0 -latest-win64.exe"
29
34
PYTHONDIR : " C:\\ Python35-x64"
30
35
BATDIR : ci\appveyor\win64
31
36
37
+ # 64 julia latest Python-35
38
+ # - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
39
+ # PYTHONDIR: "C:\\Python35-x64"
40
+ # BATDIR: ci\appveyor\win64
41
+
32
42
matrix :
33
43
allow_failures :
34
44
- JULIA_URL : " https://julialangnightlies-s3.julialang.org/bin/winnt/x86/julia-latest-win32.exe"
0 commit comments