manosim / django-rest-framework-api-key

An extra layer of authentication for Web APIs made with Django REST Framework
BSD 2-Clause "Simplified" License
92 stars 30 forks source link

Support Django 1.8-2.0 & Python 2.7, 3.4-3.6 #15

Open drewpc opened 6 years ago

drewpc commented 6 years ago

This expands on PR #10 and #12 by fixing issues with Travis and Python 3.5 by leveraging tox-travis. Travis runs with a matrix of Python versions and tox-travis detects the appropriate environments and runs multiple tests against various versions of Django. Removes testing against django-master branch because that could be unstable. Passes all tests at this time.

drewpc commented 6 years ago

@manosim - have you looked into this PR yet?

drewpc commented 6 years ago

@manosim - any questions/concerns with this PR?

exequiel09 commented 6 years ago

I think this project is not maintained anymore?