PolicyStat / jobtastic

Make your user-responsive long-running Celery jobs totally awesomer.
http://policystat.github.com/jobtastic/
MIT License
644 stars 61 forks source link

Python 3.4 Support #53

Closed midnightlynx closed 8 years ago

midnightlynx commented 8 years ago

Updated module code and test code (mostly test code) to work on python 3.4. Added python 3.4 testing environments for django versions which support it. Also expanded testing environments to include django 1.9, and testing with celery 3.1 without django-celery.

midnightlynx commented 8 years ago

Trying to test against python 3 < 3.4 ran in to compatibility problems. Current django-nose doesn't support those python versions.