forked from OCA/purchase-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
31 lines (25 loc) · 1.62 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
language: python
python:
- "2.7"
env:
- VERSION="8.0" ODOO_REPO="odoo/odoo" INCLUDE="purchase_delivery_address"
- VERSION="8.0" ODOO_REPO="OCA/OCB" INCLUDE="purchase_delivery_address"
- VERSION="8.0" ODOO_REPO="odoo/odoo" INCLUDE="framework_agreement"
- VERSION="8.0" ODOO_REPO="OCA/OCB" INCLUDE="framework_agreement"
- VERSION="8.0" ODOO_REPO="odoo/odoo" INCLUDE="purchase_rfq_bid_workflow"
- VERSION="8.0" ODOO_REPO="OCA/OCB" INCLUDE="purchase_rfq_bid_workflow"
- VERSION="8.0" ODOO_REPO="odoo/odoo" INCLUDE="purchase_requisition_bid_selection,purchase_requisition_auto_rfq,purchase_requisition_auto_rfq_bid_selection"
- VERSION="8.0" ODOO_REPO="OCA/OCB" INCLUDE="purchase_requisition_bid_selection,purchase_requisition_auto_rfq,purchase_requisition_auto_rfq_bid_selection"
- VERSION="8.0" ODOO_REPO="odoo/odoo" EXCLUDE="purchase_delivery_address,framework_agreement,purchase_rfq_bid_workflow,purchase_requisition_bid_selection,purchase_requisition_auto_rfq,purchase_requisition_auto_rfq_bid_selection"
- VERSION="8.0" ODOO_REPO="OCA/OCB" EXCLUDE="purchase_delivery_address,framework_agreement,purchase_rfq_bid_workflow,purchase_requisition_bid_selection,purchase_requisition_auto_rfq,purchase_requisition_auto_rfq_bid_selection"
virtualenv:
system_site_packages: true
install:
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly
- git clone https://github.com/OCA/server-tools -b ${VERSION} $HOME/server-tools
script:
- travis_run_tests
after_success:
coveralls