-
Notifications
You must be signed in to change notification settings - Fork 24
Fixed tests & Travis #19
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
Conversation
* config file for Travis CI * updates to how runtests.sh script works - it now returns the exit code of the tests rather than 0
|
Ping? |
|
Reopening so that Travis actually runs this. |
.travis.yml
Outdated
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.
Latest django 1.8 is 1.8.8
|
Yay! Travis passes. @jbalogh if you have time, please have a look. Otherwise I might just merge this. |
|
Actually. Can we drop the support for Django 1.4 @moggers87 ? |
|
Also, it would be nice to add test-support for Django 1.9 which we can tackle after this is landed. |
* Drop support for 1.4 * Test with 1.9 * Stop testing against Python 2.6
|
Sorry for the delay. Tests pass with Django 1.9, but give out quite a few |
|
Awesome work! |
This PR fixes tests with newer versions of Django and adds configuration for Travis CI