Skip to content

Commit

Permalink
Merge 072c87e into bb9b958
Browse files Browse the repository at this point in the history
  • Loading branch information
nbessi committed Aug 12, 2014
2 parents bb9b958 + 072c87e commit 6cf4549
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,33 @@
# Config file .travis.yml

language: python

python:
- "2.7"

virtualenv:
system_site_packages: true

before_install:
- git clone https://github.com/nbessi/maintainer-quality-tools.git $HOME/maintainer-quality-tools -b consolidated
- git clone https://github.com/OCA/connector $HOME/connector -b 7.0

env:
- PATH=$HOME/maintainer-quality-tools/travis:$PATH
- VERSION="7.0" ODOO_REPO="odoo/odoo" EXCLUDE="account_constraints,account_partner_required,async_move_line_importer"
- VERSION="7.0" ODOO_REPO="odoo/odoo" INCLUDE="account_constraints"
- VERSION="7.0" ODOO_REPO="odoo/odoo" INCLUDE="account_partner_required"
- VERSION="7.0" ODOO_REPO="odoo/odoo" INCLUDE="async_move_line_importer"

- VERSION="7.0" ODOO_REPO="OCA/OCB" EXCLUDE="account_constraints, account_partner_required,async_move_line_importer"
- VERSION="7.0" ODOO_REPO="OCA/OCB" INCLUDE="account_constraints"
- VERSION="7.0" ODOO_REPO="OCA/OCB" INCLUDE="account_partner_required"
- VERSION="7.0" ODOO_REPO="odoo/odoo" INCLUDE="async_move_line_importer"

services:
- postgresql
virtualenv:
system_site_packages: true

install:
- $HOME/maintainer-quality-tools/travis/travis_install_nightly 7.0
- pip install coveralls flake8
- git clone https://github.com/dreispt/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools -b add-include-env
- 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 steps
- travis_run_tests_encapsulated 7.0 account $HOME/connector
# - travis_run_flake8
- travis_run_tests

after_success:
coveralls

0 comments on commit 6cf4549

Please sign in to comment.