Skip to content

Instantly share code, notes, and snippets.

@nhomar
Created March 29, 2015 07:53
Show Gist options
  • Select an option

  • Save nhomar/792855dd18bed7beaf34 to your computer and use it in GitHub Desktop.

Select an option

Save nhomar/792855dd18bed7beaf34 to your computer and use it in GitHub Desktop.
.travis template
language: python
python:
- "2.7"
env:
- VERSION="8.0" ODOO_REPO="vauxoo/odoo" INCLUDE="lodi"
- VERSION="8.0" ODOO_REPO="vauxoo/odoo" UNIT_TEST="1"
virtualenv:
system_site_packages: true
install:
- git clone --single-branch --depth=1 https://github.com/vauxoo/maintainer-quality-tools.git -b master ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly
- git clone --single-branch --depth=1 git@github.com:Vauxoo/odoo-mexico-v2.git -b ${VERSION} ${HOME}/odoo-mexico-v2
- ${HOME}/odoo-mexico-v2/travis/travis_install_mx_nightly
- git clone --single-branch --depth=1 git@github.com:Vauxoo/addons-vauxoo.git -b ${VERSION} ${HOME}/addons-vauxoo
- git clone --single-branch --depth=1 git@github.com:Vauxoo/odoo-afr.git -b ${VERSION} ${HOME}/odoo-afr
- git clone --single-branch --depth=1 git@github.com:OCA/account-financial-tools.git -b ${VERSION} ${HOME}/account-financial-tools
- git clone --single-branch --depth=1 git@github.com:Vauxoo/odoo-ifrs.git -b ${VERSION} ${HOME}/odoo-ifrs
- git clone --single-branch --depth=1 git@github.com:OCA/server-tools.git -b ${VERSION} ${HOME}/server-tools
- sudo apt-get install python-pandas
- sudo apt-get install python-bs4
script:
- travis_run_tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment