Skip to content

Commit

Permalink
Fix utest launching from openerp unitest tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Verkest committed Jan 9, 2015
1 parent cd6477d commit 0c69aa7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test_materialized_sql_view/__openerp__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@
'depends': [
'base',
'web',
# mail is required for running test using openerp tests in Travis
# as it will be installed whith close module like
# disable_openerp_online, this make sure to import module in the good
# way
# This is not necessary using nosetests.
'mail',
'materialized_sql_view',
],
'demo_xml': [
Expand Down

0 comments on commit 0c69aa7

Please sign in to comment.