From 4b733b31578c674d304725ade83dff20da91ae7d Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Thu, 26 Jan 2012 17:49:49 +0100 Subject: [PATCH] Move around the test app to make sure it runs on the CI server. --- tests/settings.py | 2 +- tox.ini | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/settings.py b/tests/settings.py index 3fb5ac4..084c7fc 100644 --- a/tests/settings.py +++ b/tests/settings.py @@ -12,8 +12,8 @@ INSTALLED_APPS = [ 'django.contrib.sites', 'django.contrib.auth', 'django.contrib.admin', - 'tests.testapp', 'django_jenkins', + 'tests.testapp', ] JENKINS_TASKS = ( diff --git a/tox.ini b/tox.ini index b967bc5..7a206bb 100644 --- a/tox.ini +++ b/tox.ini @@ -17,48 +17,48 @@ commands = [testenv:py25-1.2.X] basepython = python2.5 deps = + django==1.2.5 pep8 pyflakes django-jenkins - django==1.2.5 [testenv:py26-1.2.X] basepython = python2.6 deps = + django==1.2.5 pep8 pyflakes django-jenkins - django==1.2.5 [testenv:py27-1.2.X] basepython = python2.7 deps = + django==1.2.5 pep8 pyflakes django-jenkins - django==1.2.5 [testenv:py25-1.3.X] basepython = python2.5 deps = + django==1.3 pep8 pyflakes django-jenkins - django==1.3 [testenv:py26-1.3.X] basepython = python2.6 deps = + django==1.3 pep8 pyflakes django-jenkins - django==1.3 [testenv:py27-1.3.X] basepython = python2.7 deps = + django==1.3 pep8 pyflakes django-jenkins - django==1.3