File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change 1+ image :
2+ - Visual Studio 2019
13environment :
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-
158init :
169 - " ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
1710
1811install :
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"
2514build : off
2615
2716before_test :
You can’t perform that action at this time.
0 commit comments