File tree 1 file changed +0
-10
lines changed
1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,8 @@ environment:
9
9
# https://www.appveyor.com/docs/windows-images-software/#python
10
10
11
11
- PYTHONDIR : " C:\\ Python27-x64"
12
- JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x64/1.0/julia-1.0-latest-win64.exe"
13
12
TOXENV : py
14
13
- PYTHONDIR : " C:\\ Python36-x64"
15
- JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x64/1.0/julia-1.0-latest-win64.exe"
16
14
TOXENV : py3-numba
17
15
18
16
matrix :
@@ -28,14 +26,6 @@ notifications:
28
26
install :
29
27
- ps : " [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]::Tls12"
30
28
31
- # Download most recent Julia Windows binary
32
- - ps : (new-object net.webclient).DownloadFile(
33
- $env:JULIA_URL,
34
- " C:\p rojects\j ulia-binary.exe" )
35
- # Run installer silently, output to C:\projects\julia
36
- - C:\projects\julia-binary.exe /S /D=C:\projects\julia
37
- - set PATH=C:\projects\julia\bin;%PATH%
38
-
39
29
# Install Python packages
40
30
- " %PYTHONDIR%\\ python.exe -m pip install --quiet tox"
41
31
You can’t perform that action at this time.
0 commit comments