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

Run tests on multiple Django versions #530

Open
nikolas opened this issue Aug 10, 2016 · 1 comment
Open

Run tests on multiple Django versions #530

nikolas opened this issue Aug 10, 2016 · 1 comment

Comments

@nikolas
Copy link
Contributor

nikolas commented Aug 10, 2016

A recent code change broke behavior on Django 1.8 (#525). Django 1.8 is an LTS release, and lettuce should continue to support it as long as the django team does. Most django libraries run their test suite on multiple versions of django, and lettuce should follow suit to prevent this from happening.

Many people use tox for this, but I've gotten by with just configuring travis for multiple django versions, e.g.: https://github.com/ccnmtl/django-pagetree/blob/master/.travis.yml

I just wanted to note this here so I wouldn't forget it. I want to set this up at some point, but if someone else wants to jump in that'd be great.

@michelts
Copy link
Contributor

Fixed in #552

But I choose create the environments in tox instead of travis, so we have one unique way to run tests. Let me know if you prefer the environments to be in travis.

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

No branches or pull requests

2 participants