python-intercomをPython 3 に対応させているときに、Travisで問題が発生しました。
このnosetests
コマンドは、Python 3.4 で実行すると終了しないように見えます (Python 2.7 では期待どおりに動作します)。HTTPrettyを使用するテストに絞り込み、小さなプロジェクトを作成して問題を強調し、失敗したビルドの結果を公開しました。
$ nosetests
..
----------------------------------------------------------------------
Ran 2 tests in 0.061s
OK
No output has been received in the last 10 minutes, this potentially
indicates a stalled build or something wrong with the build itself.
The build has been terminated
現在、どのように進めればよいかわかりません。