areski / django-admin-tools-stats

Django-admin-tools-stats is a Django admin module that allow you to create easily charts on your dashboard based on specific models and criterias
http://django-admin-tools-stats.readthedocs.org/
Other
290 stars 74 forks source link

Travis testing in Django 2.0 #33

Closed PetrDlouhy closed 6 years ago

PetrDlouhy commented 6 years ago

Hi @areski,

this PR configures and fixes Travis testing in Django 2.0rc1. It also removes testing in Django 1.7, which is not working due to incompatibility with djcacheutils and is obsolete.

The "--pre" tag for Django 2.0 should be removed after it's stable version release.

areski commented 6 years ago

Thanks a lot, it seems good to me!