Skip to content

Commit

Permalink
Adding templatetags test to be triggered by Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
omji committed Jul 28, 2015
1 parent 0b2d0c7 commit d192f8c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tabbed_admin/tests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from tests import TabbedModelAdminTest
from tests import TabbedModelAdminTest, TabbedAdminTagsTest

__all__ = [
"TabbedModelAdminTest"
"TabbedModelAdminTest",
"TabbedAdminTagsTest"
]

0 comments on commit d192f8c

Please sign in to comment.