-
Notifications
You must be signed in to change notification settings - Fork 84
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
Add hooks to run tests in travis-ci #53
Comments
@linuxlewis, I'd be happy to help get this all setup along with getting a valid release out to pypi. Feel free to add me as a collaborator on this project and/or as a releaser to pypi if you would like help. If for some reason you no longer wish to maintain this, I would suggest moving this to be a community own project at the following (org) url: We just went through this with the django-ses app as well: That way we can get quicker turnaround time on issues that need to be resolved and more help from the community. |
Furthermore, this shows how to tests against a postgres instance in travis-ci: |
Thanks for the suggestion. I started working on the travis integration in this PR: #56 |
Looks good. The other big issue that needs to be address is: Currently, the management commands aren't in the released package in pypi. |
Would be great to have more visibility to test output as well as transparency to new PRs ensuring tests all still pass. The task here would be to setup tests to run in travis-ci:
@linuxlewis, you have to be the one to add the travis-ci service since you're the repo owner
This will also help test in other environments (such as django 1.8).
The text was updated successfully, but these errors were encountered: