-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test module importing on Travis #2671
Conversation
Only 5 commit to get it right 😉 hehe |
Travis is so much fun... |
fi | ||
if [[ $f == spyderlib/widgets/*.py ]]; then | ||
continue | ||
fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you are skipping widgets
and plugins
, what are you exactly testing here?
Sorry, I don't get it :-)
@blink1073, could you explain what's the purpose of this PR? It's not that clear to me :-) |
A lot of the modules have |
@blink1073 are the errors by any chance qtawesome related?? |
For instance,
|
Thanks @blink1073 for the clarification. This is really important work because with it we can also start testing widgets and plugins, by using @goanpeca's trick of setting a timer to close a Thanks a lot for it!! |
Test module importing on Travis
There are errors detected by Travis after this PR, but I'll fix them on the other PR I'm working on :-) |
No description provided.