mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[FIX] web_widget_float_formula: Fix Travis Build (#671)
This commit is contained in:
committed by
Pedro M. Baeza
parent
8d8d11f4af
commit
9f77ba2125
@@ -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
|
||||
|
||||
@@ -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",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user