File tree Expand file tree Collapse file tree 2 files changed +1
-54
lines changed Expand file tree Collapse file tree 2 files changed +1
-54
lines changed Original file line number Diff line number Diff line change 22# Windows
33
44environment :
5- global :
6- # SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
7- # /E:ON and /V:ON options are not enabled in the batch script intepreter
8- # See: https://stackoverflow.com/a/13751649/163740
9- CMD_IN_ENV : " cmd /E:ON /V:ON /C .\\ ci\\ appveyor\\ run_with_env.cmd"
10-
115 matrix :
126 - PYTHON : " C:\\ Python27"
137 - PYTHON : " C:\\ Python27-x64"
@@ -26,7 +20,7 @@ install:
2620 - " python -c \" import struct; print(struct.calcsize('P') * 8)\" "
2721
2822 # Install the build and runtime dependencies of the project.
29- - " %CMD_IN_ENV% pip install -v six nose pytest pytest-cov coverage"
23+ - " pip install -v six nose pytest pytest-cov coverage"
3024
3125 # Install the generated wheel package to test it
3226 - " python setup.py install"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments