Build on Python 3.5 fails with limited error information

Hi there,

I use Travis CI against multiple Python versions, i.e., 3.5, 3.5-dev, 3.6, 3.6-dev. Recently, I noticed that Python 3.5 builds kept failing without error message (https://travis-ci.org/yzhao062/pyod/builds/537966238). It is a bit wired as all tests passed.

My guess is the warning message is too long so the console crashes. Thanks a lot if you could shed some light on this.
Thanks a lot.

Yue

I suggest removing the source or the number of warnings. It could be your code, or it might be “fixed” in the newer version (3.5.7).