Merge pull request #195 from lbryio/fail-appveyor

Appveyor build needs to fail when tests fail
This commit is contained in:
Jack Robison 2016-10-19 15:04:20 -04:00 committed by GitHub
commit 35ce7bbd61

View file

@ -1,4 +1,4 @@
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
if ($LastExitCode -ne 0) { $host.SetShouldExit($LastExitCode) }