Closed bytesized closed 8 years ago
Travis has this at the bottom of the log:
The command "python ./runTests.py -c ./travis_config.json" exited with 0.
It runTests.py
needs to return a non-0 exit code if tests fail.
I thought it did. Obviously I was wrong. I will investigate.
Fixed by PR #62
It seems that Travis CI does not recognize unittest test failures. See this test run as an example.