[FIX] web_widget_float_formula: Fix Travis Build (#671)

This commit is contained in:
Dave Lasley
2017-07-11 23:34:07 -07:00
committed by Pedro M. Baeza
parent 8d8d11f4af
commit 9f77ba2125
2 changed files with 4 additions and 3 deletions

View File

@@ -21,8 +21,9 @@ env:
matrix:
- LINT_CHECK="1"
- TRANSIFEX="1"
- TESTS="1" ODOO_REPO="odoo/odoo"
- TESTS="1" ODOO_REPO="OCA/OCB"
- TESTS="1" ODOO_REPO="odoo/odoo" EXCLUDE="web_widget_float_formula"
- TESTS="1" ODOO_REPO="OCA/OCB" EXCLUDE="web_widget_float_formula"
- TESTS="1" ODOO_REPO="odoo/odoo" INCLUDE="web_widget_float_formula"
virtualenv:
system_site_packages: true

View File

@@ -9,7 +9,7 @@ class TestJS(HttpCase):
def test_js(self):
self.phantom_js(
"/web/tests?module=web_widget_float_formula",
"/web/tests?debug=assets&module=web_widget_float_formula",
"",
login="admin",
)