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 2
2
# Windows
3
3
4
4
environment :
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
-
11
5
matrix :
12
6
- PYTHON : " C:\\ Python27"
13
7
- PYTHON : " C:\\ Python27-x64"
@@ -26,7 +20,7 @@ install:
26
20
- " python -c \" import struct; print(struct.calcsize('P') * 8)\" "
27
21
28
22
# 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"
30
24
31
25
# Install the generated wheel package to test it
32
26
- " python setup.py install"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments