File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -14,28 +14,41 @@ environment:
14
14
PYTHON_VERSION : " 2.7.x"
15
15
PYTHON_ARCH : " 64"
16
16
17
+ - PYTHON : " C:\\ Python34"
18
+ PYTHON_VERSION : " 3.4.x"
19
+ PYTHON_ARCH : " 32"
20
+
17
21
- PYTHON : " C:\\ Python34-x64"
18
22
PYTHON_VERSION : " 3.4.x"
19
23
PYTHON_ARCH : " 64"
20
24
25
+ - PYTHON : " C:\\ Python35"
26
+ PYTHON_VERSION : " 3.5.x"
27
+ PYTHON_ARCH : " 32"
28
+
21
29
- PYTHON : " C:\\ Python35-x64"
22
30
PYTHON_VERSION : " 3.5.x"
23
31
PYTHON_ARCH : " 64"
24
32
33
+ - PYTHON : " C:\\ Python36"
34
+ PYTHON_VERSION : " 3.6.x"
35
+ PYTHON_ARCH : " 32"
36
+
37
+ - PYTHON : " C:\\ Python36-x64"
38
+ PYTHON_VERSION : " 3.6.x"
39
+ PYTHON_ARCH : " 64"
25
40
26
41
install :
42
+ - " %PYTHON%\\ python.exe -m pip install wheel setuptools pip pytest mock"
27
43
# Get the latest stable version of Node.js or io.js
28
44
- ps : Install-Product node $env:nodejs_version
29
- - " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
30
45
31
46
build_script :
32
- - " %CMD_IN_ENV% python -m pip install -U setuptools pip"
33
- - " %CMD_IN_ENV% pip install pytest mock"
34
- - " %CMD_IN_ENV% pip install ."
47
+ - " %PYTHON%\\ python.exe -m pip install ."
35
48
36
49
37
50
test_script :
38
- - " %CMD_IN_ENV% py.test --verbose -p no:cacheprovider"
51
+ - " %PYTHON% \\ python.exe -m py.test --verbose -p no:cacheprovider"
39
52
40
53
branches :
41
54
only :
You can’t perform that action at this time.
0 commit comments