Skip to content

Commit

Permalink
[IMP] update travis according to OCA/maintainer-quality-tools#186
Browse files Browse the repository at this point in the history
  • Loading branch information
eLBati committed May 22, 2015
1 parent e030676 commit fc4a2f7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
35 changes: 18 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
language: python

python:
- "2.7"

addons:
apt:
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
- python-lxml # because pip installation is slow

language: python
python:
- "2.7"
env:
global:
- VERSION="7.0" TESTS="0" LINT_CHECK="0"

matrix:
- LINT_CHECK="1"
- TRANSIFEX="1"
- TESTS="1" ODOO_REPO="odoo/odoo"
- TESTS="1" ODOO_REPO="OCA/OCB"

virtualenv:
system_site_packages: true

env:
- VERSION="7.0" ODOO_REPO="odoo/odoo"
- VERSION="7.0" ODOO_REPO="OCA/OCB"

before_install:
- git clone https://github.com/OCA/account-invoicing $HOME/account-invoicing -b 7.0
- git clone https://github.com/OCA/account-financial-tools $HOME/account-financial-tools -b 7.0
- git clone https://github.com/OCA/webkit-tools $HOME/webkit-tools -b 7.0
- git clone https://github.com/OCA/account-payment $HOME/account-payment -b 7.0

install:
- git clone https://github.com/OCA/maintainer-quality-tools.git $HOME/maintainer-quality-tools
- export PATH=$HOME/maintainer-quality-tools/travis:$PATH
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly

script:
- travis_run_tests

after_success:
coveralls
- travis_after_tests_success
4 changes: 4 additions & 0 deletions oca_dependencies.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
account-invoicing
account-financial-tools
webkit-tools
account-payment

0 comments on commit fc4a2f7

Please sign in to comment.