-
Notifications
You must be signed in to change notification settings - Fork 85
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
Update Travis CI script. #179
Conversation
Merged build triggered. Test FAILed. |
Merged build started. Test FAILed. |
Merged build finished. Test PASSed. |
Test PASSed. |
Travis results are looking better: all tests pass on 2.6 and 2.7, and we're seeing failures on 3.2, 3.3 and 3.4, but the test suite is now running to completion on all those versions. The failures look like a problem in |
The nose bug is addressed in version |
BTW, I suspect that our efforts to run the UI tests aren't actually making any difference here: we're running 463 tests and skipping 4, regardless of the |
Merged build triggered. Test FAILed. |
Merged build started. Test FAILed. |
Merged build finished. Test PASSed. |
Test PASSed. |
And indeed, removing the |
Okay, I think this is ready to merge. @itziakos: interested in reviewing? |
Merged build triggered. Test FAILed. |
Merged build started. Test FAILed. |
Merged build finished. Test PASSed. |
Test PASSed. |
👍 |
@itziakos: Thanks for the nose fix! Looks like we now have passing test runs on Python 2.6 through Python 3.4. 👏 |
Experimental PR to update the Travis configuration:
I'm not sure how this will affect the UI tests; let's see what happens. :-)
Addresses #178.