2016-09-08 22:31:38 -07:00
|
|
|
C:\Python27\Scripts\pip.exe install mock
|
|
|
|
C:\Python27\Scripts\pip.exe install pylint
|
|
|
|
C:\Python27\python.exe C:\Python27\Scripts\trial.py C:\projects\lbry\tests\unit
|
2016-11-09 09:28:47 -06:00
|
|
|
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
|
2016-11-30 17:05:01 -06:00
|
|
|
C:\Python27\Scripts\pylint.exe -E --disable=inherit-non-class --disable=no-member --ignored-modules=distutils --enable=unused-import --enable=bad-whitespace --enable=line-too-long lbrynet packaging/windows/lbry-win32-app/LBRYWin32App.py
|
2016-10-18 09:44:21 -05:00
|
|
|
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }
|