-
Notifications
You must be signed in to change notification settings - Fork 6
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
Travis CI Build failing #48
Comments
…te.yml to get rid of warning message
If you already have a version of project/project/urls.py, you'll need to edit it after applying 6a1dabc |
… for python 2.7 and 3.6 (django 1.11 and 2.0, respectively) seems to be caused by incompatible updates in sqlite (see django-oscar/django-oscar#2901)
From Travis CI:
Python 3.7 is not listed in setup.py of pythesint:
Could this be the reason? |
This comment should have come before the previous one....: It seems we are using incompatible version combinations between python/Django and sqlite. See django-oscar/django-oscar#2901 This means we need to update Note that the tests pass on the vagrant vm if I use the last version of django (2.1.5). |
Next:
|
I'm struggling to find working version combinations but at least python 3.6, django 2.1.5 and sqlite 3.26 now works |
Tests currently fail in all branches... I will look into it
The text was updated successfully, but these errors were encountered: