aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
AgeCommit message (Collapse)Author
2014-04-12Add Django 1.7b1 to tested versions.Aymeric Augustin
2013-12-15Alphabetical ordering :)Aymeric Augustin
2013-12-09Use django-discover-runner on older Djangos.Jannis Leidel
2013-11-29Move support for line_profiler to a 3rd party panel.Aymeric Augustin
Many thanks to Dave McLain. Fix #477.
2013-11-22Patched the wrong file.Aymeric Augustin
2013-11-22Pff Travis.Aymeric Augustin
2013-11-22Test features depending on line_profiler.Aymeric Augustin
2013-11-17Oops, fix regression from 8a9348a.Aymeric Augustin
2013-11-16Add Selenim test.Aymeric Augustin
2013-11-06Django 1.6 was released today and it's supported!Aymeric Augustin
Fix #438.
2013-11-01Get rid of custom test runner.Aymeric Augustin
Refs #426.
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.