yunojuno / django-juno-testrunner

A more useful (and slightly more glamorous) test runner for Django 1.6+ from the folks at YunoJuno
MIT License
7 stars 9 forks source link

Python3 requirements #9

Closed tomwardill closed 9 years ago

tomwardill commented 9 years ago

This is the result of running and fixing until I got useful output. I've run py2to3 on the code, only things that are listed are the __future__ imports.

Should be compatible with python 2.6+

stevejalim commented 9 years ago

Thanks Tom - will make some time to review and merge. Ideally I'll get tox running on the repo first.

stevejalim commented 9 years ago

Thanks very much for this, Tom!