Skip to content

Commit

Permalink
split the travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gurneyalex authored and tafaRU committed Oct 6, 2016
1 parent 8e1d936 commit 89061a7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ 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,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,sale_properties_dynamic_fields" 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,sale_line_price_properties_based" 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,sale_properties_dynamic_fields,sale_line_price_properties_based" 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"
- TESTS="1" ODOO_REPO="odoo/odoo" INCLUDE="sale_quotation_sourcing" LINT_CHECK="0"
Expand All @@ -33,8 +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"
- TESTS="1" ODOO_REPO="odoo/odoo" INCLUDE="sale_properties_dynamic_fields,sale_line_price_properties_based" LINT_CHECK="0"
- TESTS="1" ODOO_REPO="OCA/OCB" INCLUDE="sale_properties_dynamic_fields,sale_line_price_properties_based" LINT_CHECK="0"

virtualenv:
system_site_packages: true
Expand Down

0 comments on commit 89061a7

Please sign in to comment.