danirus / django-comments-xtd

A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.
https://django-comments-xtd.readthedocs.io
BSD 2-Clause "Simplified" License
594 stars 158 forks source link

Travis-CI fails to build with new migrations. #219

Closed danirus closed 3 years ago

danirus commented 3 years ago

While developing the fix for the issue #106 Travis-CI fails to run the battery of tests. There is a new migration that has to be applied as part of the test process. The migration is applied without any issues when running the tests using tox in a local terminal. However the same command fails when launched in Travis-CI.

I can't find a solution or documentation about this problem. Therefore I'm considering migrating from Travis-CI to the Google Cloud Build service.

danirus commented 3 years ago

Resolved and fixed in #217.