Skip to content

Commit

Permalink
Remove deprecated code.
Browse files Browse the repository at this point in the history
  • Loading branch information
arnau126 committed May 16, 2017
1 parent 301eaa5 commit 9cf8c70
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtest.py
Expand Up @@ -9,8 +9,7 @@
from django.conf import settings
from django.test.utils import get_runner

if django.VERSION >= (1, 7):
django.setup()
django.setup()

TestRunner = get_runner(settings)
test_runner = TestRunner()
Expand Down

0 comments on commit 9cf8c70

Please sign in to comment.