File tree Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Expand file tree Collapse file tree 1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change 1
1
version : " {build}"
2
2
environment :
3
- global :
4
- VS90COMNTOOLS : " %VS110COMNTOOLS%"
5
- VS100COMNTOOLS : " %VS110COMNTOOLS%"
6
3
matrix :
7
4
- PYTHON : " C:\\ Python27"
8
5
PYTHON_ARCH : 32
9
6
- PYTHON : " C:\\ Python27-x64"
10
7
PYTHON_ARCH : 64
11
- - PYTHON : " C:\\ Python33"
12
- PYTHON_ARCH : 32
13
- - PYTHON : " C:\\ Python33-x64"
14
- PYTHON_ARCH : 64
15
8
- PYTHON : " C:\\ Python34"
16
9
PYTHON_ARCH : 32
17
10
- PYTHON : " C:\\ Python34-x64"
18
11
PYTHON_ARCH : 32
12
+ - PYTHON : " C:\\ Python35"
13
+ PYTHON_ARCH : 32
14
+ - PYTHON : " C:\\ Python35-x64"
15
+ PYTHON_ARCH : 64
19
16
matrix :
20
17
fast_finish : true
21
18
init :
22
- - ps : " $env:Path = \" C:\\ Program Files (x86)\\ Microsoft Visual Studio 11.0\\ VC\\ bin;\" + $env:Path"
23
19
- " ECHO %PATH%"
24
20
- " ECHO %PYTHON%"
25
21
- ps : " ls C:/Python*"
@@ -30,8 +26,7 @@ install:
30
26
- " %PYTHON%\\ Scripts\\ pip.exe install -e ."
31
27
build : false
32
28
test_script :
33
- - " dir \" C:\\ Program Files (x86)\" "
34
- - " %PYTHON%\\ python.exe -c \" import os,pprint;pprint.pprint(os.environ)\" "
29
+ - " %PYTHON%\\ python.exe -c \" import os,pprint;pprint.pprint(sorted(os.environ.items()))\" "
35
30
- " %PYTHON%\\ python.exe setup.py test"
36
31
after_test :
37
32
- " %PYTHON%\\ python.exe setup.py bdist_wheel"
You can’t perform that action at this time.
0 commit comments