add redis to travis builds

This commit is contained in:
John Anderson
2019-04-15 04:16:22 -04:00
parent 850997b09c
commit 80f8294cb8
2 changed files with 1 additions and 1 deletions

View File

@@ -250,7 +250,6 @@ class ModelViewSet(_ModelViewSet):
# Fall back to the hard-coded serializer class
return self.serializer_class
@method_decorator(cache_page(settings.CACHE_TIMEOUT))
def list(self, *args, **kwargs):
"""