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

Test multiple Django and Python versions on Travis ci; also added tox support #157

Merged
merged 6 commits into from
Feb 15, 2013

Conversation

mbraak
Copy link

@mbraak mbraak commented Feb 15, 2013

This tests Django 1.3, 1.4 and 1.5 and Python 2.6 and 2.7. See https://travis-ci.org/mbraak/django-fiber

Also added Tox support (http://codespeak.net/tox/) to test the same configurations as travis-ci.

Run this outside a virtualenv:

pip install tox==1.4.2
cd testproject
tox

dbunskoek added a commit that referenced this pull request Feb 15, 2013
Test multiple Django and Python versions on Travis ci; also added tox support - This is great, thanks Marco!
@dbunskoek dbunskoek merged commit ba81936 into django-fiber:dev Feb 15, 2013
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.

2 participants