Files
account-financial-tools/.travis.yml
Alexandre Fayolle 0e807bc8b5 comment out the connector branch checkout
this is not yet ported to 8.0 and causes an Error in travis. Since all the modules
are unported in the repo, it should not be a problem.
2014-08-21 09:01:25 +02:00

34 lines
1.1 KiB
YAML

# Config file .travis.yml
language: python
python:
- "2.7"
env:
- VERSION="8.0" ODOO_REPO="odoo/odoo" EXCLUDE="account_constraints,account_partner_required,async_move_line_importer"
- VERSION="8.0" ODOO_REPO="odoo/odoo" INCLUDE="account_constraints"
- VERSION="8.0" ODOO_REPO="odoo/odoo" INCLUDE="account_partner_required"
- VERSION="8.0" ODOO_REPO="odoo/odoo" INCLUDE="async_move_line_importer"
- VERSION="8.0" ODOO_REPO="OCA/OCB" EXCLUDE="account_constraints, account_partner_required,async_move_line_importer"
- VERSION="8.0" ODOO_REPO="OCA/OCB" INCLUDE="account_constraints"
- VERSION="8.0" ODOO_REPO="OCA/OCB" INCLUDE="account_partner_required"
- VERSION="8.0" ODOO_REPO="odoo/odoo" INCLUDE="async_move_line_importer"
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/OCA/connector $HOME/connector -b ${VERSION}
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly ${VERSION}
script:
- travis_run_flake8
- travis_run_tests
after_success:
coveralls