Closed thomasgoirand closed 5 years ago
Hi @thomasgoirand, just to make sure, you are trying to run the tests right? Right now the tox.ini doesn't run the tests on Django 1.9 or 1.10 maybe it would be good to add those to the tox.ini as well.
There is a problem though, the tests are broken for an unrelated reason. I think it's due to a new version of django-compressor. See #44 for more details.
django.template.backends.django.DjangoTemplates must be defined with the APP_DIRS set to True for the unit tests to work with Django 1.10.