jazzband / django-analytical

Analytics services for Django projects
MIT License
1.2k stars 169 forks source link

Extend the tests (tox, Travis CI) to Django 1.10 #104

Closed bittner closed 6 years ago

bittner commented 7 years ago

Extending the tests to Django 1.10 is more than simply updating tox.ini and .travis.yml: A DjangoTemplates backend needs to be configured. A tox run yields errors for Django 1.10:

django.core.exceptions.ImproperlyConfigured: No DjangoTemplates backend is configured.

Related Django docs

PiDelport commented 6 years ago

114 should fix this.

jcassee commented 6 years ago

Fixed by #144