Skip to content

Commit

Permalink
Modify .travis to test sale_properties_dynamic_fields separately
Browse files Browse the repository at this point in the history
  • Loading branch information
tafaRU committed Nov 17, 2015
1 parent e5fc886 commit 8e0de66
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
matrix:
- LINT_CHECK="1"
- TRANSIFEX="1"
- TESTS="1" ODOO_REPO="odoo/odoo" EXCLUDE="sale_quotation_sourcing,sale_sourced_by_line,sale_quotation_sourcing_stock_route_transit,sale_sourced_by_line_sale_transport_multi_address" LINT_CHECK="0"
- TESTS="1" ODOO_REPO="odoo/odoo" EXCLUDE="sale_quotation_sourcing,sale_sourced_by_line,sale_quotation_sourcing_stock_route_transit,sale_sourced_by_line_sale_transport_multi_address,sale_properties_dynamic_fields" LINT_CHECK="0"
- TESTS="1" ODOO_REPO="OCA/OCB" EXCLUDE="sale_quotation_sourcing,sale_sourced_by_line,sale_quotation_sourcing_stock_route_transit,sale_sourced_by_line_sale_transport_multi_address" LINT_CHECK="0"
- TESTS="1" ODOO_REPO="odoo/odoo" INCLUDE="sale_sourced_by_line" LINT_CHECK="0"
- TESTS="1" ODOO_REPO="OCA/OCB" INCLUDE="sale_sourced_by_line" LINT_CHECK="0"
Expand All @@ -33,6 +33,8 @@ env:
- TESTS="1" ODOO_REPO="OCA/OCB" INCLUDE="sale_quotation_sourcing_stock_route_transit" LINT_CHECK="0"
- TESTS="1" ODOO_REPO="odoo/odoo" INCLUDE="sale_sourced_by_line_sale_transport_multi_address" LINT_CHECK="0"
- TESTS="1" ODOO_REPO="OCA/OCB" INCLUDE="sale_sourced_by_line_sale_transport_multi_address" LINT_CHECK="0"
- TESTS="1" ODOO_REPO="odoo/odoo" INCLUDE="sale_properties_dynamic_fields" LINT_CHECK="0"
- TESTS="1" ODOO_REPO="OCA/OCB" INCLUDE="sale_properties_dynamic_fields" LINT_CHECK="0"

virtualenv:
system_site_packages: true
Expand Down

0 comments on commit 8e0de66

Please sign in to comment.