File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 11version : .{build}-{branch}
22
33environment :
4+ nodejs_version : " 8"
5+
46 SYSTEMROOT : " C:\\ WINDOWS"
57
68 matrix :
@@ -22,18 +24,18 @@ environment:
2224
2325
2426install :
27+ # Get the latest stable version of Node.js or io.js
28+ - ps : Install-Product node $env:nodejs_version
2529 - " SET PATH=%PYTHON%;%PYTHON%\\ Scripts;%PATH%"
26- - " python --version"
27- - " python -c \" import struct; print(struct.calcsize('P') * 8)\" "
2830
2931build_script :
3032 - " %CMD_IN_ENV% pip install -U setuptools pip"
33+ - " %CMD_IN_ENV% pip install pytest mock"
3134 - " %CMD_IN_ENV% pip install ."
3235
3336
3437test_script :
35-
36- - " %CMD_IN_ENV% python setup.py test"
38+ - " %CMD_IN_ENV% py.test --verbose -p no:cacheprovider"
3739
3840branches :
3941 only :
You can’t perform that action at this time.
0 commit comments