Skip to content

Commit

Permalink
Merge 57d26a1 into cb316c7
Browse files Browse the repository at this point in the history
  • Loading branch information
gurneyalex committed Nov 6, 2014
2 parents cb316c7 + 57d26a1 commit 3ff4368
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ python:
- "2.7"

env:
- VERSION="8.0" ODOO_REPO="odoo/odoo" EXCLUDE="logistic_consignee"
- VERSION="8.0" ODOO_REPO="OCA/OCB" EXCLUDE="logistic_consignee"
- VERSION="8.0" ODOO_REPO="odoo/odoo" INCLUDE="logistic_consignee"
- VERSION="8.0" ODOO_REPO="OCA/OCB" INCLUDE="logistic_consignee"
- VERSION="8.0" ODOO_REPO="odoo/odoo" UNIT_TEST=1
- VERSION="8.0" ODOO_REPO="OCA/OCB" UNIT_TEST=1

virtualenv:
system_site_packages: true

install:
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- git clone https://github.com/gurneyalex/maintainer-quality-tools.git -b improve_test_server ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly
- git clone https://github.com/OCA/sale-workflow -b ${VERSION} $HOME/sale-workflow
Expand Down

0 comments on commit 3ff4368

Please sign in to comment.