Skip to content

Commit

Permalink
Remove reference to South in test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Jul 1, 2012
1 parent 179db2a commit 65de0b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion ci.sh

This file was deleted.

4 changes: 0 additions & 4 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@


def runtests(*test_args, **kwargs):
if 'south' in settings.INSTALLED_APPS:
from south.management.commands import patch_for_test_db_setup
patch_for_test_db_setup()

if not test_args:
test_args = ['tests']

Expand Down

0 comments on commit 65de0b8

Please sign in to comment.