Skip to content

Commit

Permalink
Fix tox
Browse files Browse the repository at this point in the history
  • Loading branch information
klen committed Sep 24, 2014
1 parent 49edec6 commit 3f1d1a7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion tests/test_adrest.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

# Setup tests
from django.core.management import call_command
call_command('migrate', interactive=False)
call_command('syncdb', interactive=False)

from .core.tests import * # noqa
from .main.tests import * # noqa
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ ignore=D
commands=py.test
deps =
pytest
ipdb
mixer

[testenv:py27-15]
Expand Down

0 comments on commit 3f1d1a7

Please sign in to comment.