[ci] Don't use babysitter on Windows/cygwin
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 8 Apr 2016 15:22:23 +0000 (17:22 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Fri, 8 Apr 2016 15:23:16 +0000 (17:23 +0200)
babysitter generates some temp paths in python when running under cygwin, which breaks down
when those paths are passed to the native Windows mono.exe during testing:

    Exception in TestRunnerThread ---> System.IO.DirectoryNotFoundException: Could not find a part of the path "C:\cygdrive\c\WINDOWS\TEMP\tmpC4K5yK\babysitter_report_current_test_file.txt".


No differences found