Skip to content

Commit

Permalink
Merge 45aabf5 into 159b82e
Browse files Browse the repository at this point in the history
  • Loading branch information
yvaucher committed Sep 3, 2015
2 parents 159b82e + 45aabf5 commit 3eb7185
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 12 deletions.
34 changes: 22 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,42 @@
sudo: false
cache: pip

language: python

python:
- "2.7"

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

language: python

python:
- "2.7"
- python-simplejson
- python-serial
- python-yaml

env:
- VERSION="8.0" LINT_CHECK="1"
- VERSION="8.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0"
- VERSION="8.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0"
global:
- VERSION="8.0" ODOO_REPO="odoo/odoo" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- TRANSIFEX_USER='transbot@odoo-community.org'
- secure: Ngx9QgmFHDds9g9mLlAhlot4mt6/VYb+rnTd4qTm9J2OOQHJOgv4qY81ZiHD3qQrS0WTx9CvZZiTFOSxu8CsFfwJZ+o0cROlbPuUPJPltE/AQphkGwD1y0MGQJgrRLnqWxodjNT0zkDvhyQ127X7QkMW4GRI7Hrrrfiz81riMX8=

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

virtualenv:
system_site_packages: true

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
- travis_run_tests

after_success:
coveralls
- travis_after_tests_success
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ Please don't hesitate to suggest one of your module to this project. Also, you m
- https://github.com/OCA/stock-logistics-tracking
- https://github.com/OCA/stock-logistics-workflow
- https://github.com/OCA/stock-logistics-warehouse

Translation Status
------------------
[![Transifex Status](https://www.transifex.com/projects/p/OCA-stock-logistics-barcode-8-0/chart/image_png)](https://www.transifex.com/projects/p/OCA-stock-logistics-barcode-8-0)

0 comments on commit 3eb7185

Please sign in to comment.