twaddington / django-gravatar

Essential Gravatar support for Django. Features helper methods, templatetags and a full test suite!
MIT License
149 stars 33 forks source link

Added django 2.0 to tox & travis, tests passing #26

Closed delneg closed 6 years ago

delneg commented 6 years ago
Delneg$ python manage.py test django_gravatar --pythonpath=.
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
..........
----------------------------------------------------------------------
Ran 10 tests in 1.237s

OK
Destroying test database for alias 'default'...
twaddington commented 6 years ago

Thanks for this. Looks like Travis is failing because py33 is end of life. Mind removing that as well to make Travis happy?

delneg commented 6 years ago

Done

twaddington commented 6 years ago

Looks great! Thanks :)