aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
AgeCommit message (Collapse)Author
2013-10-27Django 1.6 still supports Python 2.6.Aymeric Augustin
2013-10-27Fix all flake8 warnings and add flake8 to tox.Aymeric Augustin
2013-10-23Add Django 1.6 RC to tox combinations.Aymeric Augustin
2013-10-17Switch to an external version of sqlparse.Aymeric Augustin
2013-10-17Add Python 3 to tox configurations.Aymeric Augustin
Tests are obviously failing at this point.
2013-10-14Add tox.ini.Aymeric Augustin
Currently this targets Django 1.4 & 1.5 on Python 2.6 & 2.7 as we'll drop support for Django 1.3 and Python 2.5 in the next release. Python 3.2 & 3.3 isn't supported yet.