Skip to content
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 Travis-CI to repo + Update tox to run tests #56

Closed
wants to merge 2 commits into from
Closed

Conversation

linuxlewis
Copy link
Owner

  • Update settings.py to handle different test settings for versions of
    django
  • Update tox.ini to run the tests for different environments
  • Add .travis.yml to configure ci

@linuxlewis linuxlewis force-pushed the travis branch 2 times, most recently from 0ea6c09 to 69e2cef Compare May 16, 2015 17:48
@linuxlewis linuxlewis changed the title Update tox.ini to run tests Add Travis-CI to repo + Update tox to run tests May 16, 2015
* Update settings.py to handle different test settings for versions of
django
* Update tox.ini to run the tests for different environments
* Add .travis.yml to configure ci
* Bump version to 0.9.4
* Add travis badge to readme
* Drop official support for python 3.1, 3.2
- TOXENV=py33
- TOXENV=py34
addons:
postgresql: "9.3"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version bump to latest version of postgres:

postgresql: "9.4"

@troygrosfield
Copy link

Any updates on this?

@mpasternak
Copy link
Contributor

Ping! I'm interested, too. Just updated my branch, ran the tests, 10 failures and I'm like "WTF?!" (= where's the fault?!)

@linuxlewis
Copy link
Owner Author

@mpasternak I have some changes locally I haven't pushed up yet. The issues I was running into were related to tox and django test runner. I reorganized the tests and added pytest and things are looking promising.

@troygrosfield
Copy link

Looking forward to getting these changes integrated as well as the broken version that it's currently in pypi updated (management commands don't exist in pypi version).

@linuxlewis linuxlewis closed this Jan 1, 2016
@linuxlewis linuxlewis deleted the travis branch January 1, 2016 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants