versions of Python/Django for you as long as none of the packages differ. ! Meaning that if you only care about support 2.7, 3.3 you can use a Travis matrix to test your app. Which gives you nice output like this one.
Python you want to test with and which package versions on that given version. ! For instance to test Python 2.6 with Django 1.4, 1.5 and 1.6. Python 2.7 on Django 1.4, 1.5, 1.6 and 1.7 Python 3.3 on Django 1.6 and 1.7 ! Checkout tox-matrix for an easy way to define versions and dependencies.