brutasse / django-ratelimit-backend

Rate-limit your login attempts at the authentication backend level
https://django-ratelimit-backend.readthedocs.io
BSD 3-Clause "New" or "Revised" License
169 stars 34 forks source link

Add python3.3 from deadsnakes #36

Closed scjody closed 7 years ago

scjody commented 7 years ago

This appears to have been removed from the base image provided by Travis.

This PR fixes the error first seen in https://travis-ci.org/brutasse/django-ratelimit-backend/jobs/274647856 that also affects the current master branch.

@brutasse This is ready to merge so please review. Once it's been merged I'll rebase https://github.com/brutasse/django-ratelimit-backend/pull/34.

brutasse commented 7 years ago

Thanks @scjody!