Skip to content

Commit ad8416a

Browse files
committed
Update appveyor.yml
1 parent 75767b7 commit ad8416a

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

appveyor.yml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,16 @@
1+
image:
2+
- Visual Studio 2019
13
environment:
2-
3-
global:
4-
# SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
5-
# /E:ON and /V:ON options are not enabled in the batch script intepreter
6-
# See: http://stackoverflow.com/a/13751649/163740
7-
WITH_COMPILER: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_compiler.cmd"
8-
94
matrix:
10-
11-
- PYTHON: "C:\\Python37-x64"
12-
PYTHON_VERSION: "3.7.x"
5+
- PYTHON: "C:\\Python38-x64"
6+
PYTHON_VERSION: "3.8.x"
137
PYTHON_ARCH: "64"
14-
158
init:
169
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
1710

1811
install:
1912
- "%PYTHON%\\python -m pip install --upgrade pip"
20-
- "%PYTHON%\\Scripts\\pip install pymyinstall"
21-
- "%PYTHON%\\Scripts\\pip install numpy scipy"
22-
- "%PYTHON%\\Scripts\\pymy_install3 --task=tool --source=zip graphviz"
2313
- "%PYTHON%\\Scripts\\pip install -r requirements.txt"
24-
- "set PATH=%PATH%;C:\\projects\\jyquickhelper\\build\\update_modules\\Graphviz\\bin"
2514
build: off
2615

2716
before_test:

0 commit comments

Comments
 (0)