"@test event classes" is failing because QtCore hasn't been imported correctly:
====================================================================== ERROR: runTest (leo.core.leoTest.GeneralTestCase) @test event classes Traceback (most recent call last): File "/home/travis/build/leo-editor/leo-editor/leo/core/leoTest.py", line 198, in runTest builtins.execfile(scriptFile, d) File "/home/travis/.leo/scriptFile.py", line 5, in <module> import leo.plugins.qt_frame as qt_frame # EventWrapper File "/home/travis/build/leo-editor/leo-editor/leo/plugins/qt_frame.py", line 16, in <module> import leo.plugins.qt_events as qt_events File "/home/travis/build/leo-editor/leo-editor/leo/plugins/qt_events.py", line 46, in <module> class LeoQtEventFilter(QtCore.QObject): AttributeError: 'NoneType' object has no attribute 'QObject' I'm all ready a fan of continuous integration. Let's hope this is easily fixed. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
