Browse Source

[ADD] Travis configuration

pull/11/head
Pedro M. Baeza 9 years ago
parent
commit
7e2fbcaf86
  1. 38
      .travis.yml
  2. 14
      README.md

38
.travis.yml

@ -0,0 +1,38 @@
language: python
python:
- "2.7"
sudo: false
cache: pip
addons:
apt:
packages:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
env:
global:
- VERSION="8.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- TRANSIFEX_USER='transbot@odoo-community.org'
- secure: "XLhGdCIh86zcqww9qBpnk8Xqsf1Pcgw9SKr7X0KYBHJofHj4Z6Kq/oVFjpZ1LSjadsaABKbwY7h4hvKEpxZwptCv+fNTOKYy7hXFLGYnDeNeWu4zA4LI7TA5uPvyZjZ+g2xc+9dzR/VbfRHNqjvmgiEidxxqLeOnNFZ5CHdOdCw="
matrix:
- LINT_CHECK="1"
- TRANSIFEX="1"
- TESTS="1" ODOO_REPO="odoo/odoo"
- TESTS="1" ODOO_REPO="OCA/OCB"
virtualenv:
system_site_packages: true
install:
- 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:
- travis_after_tests_success

14
README.md

@ -1,2 +1,12 @@
# social
Addons concerning odoo's social ERP features and messaging in general
[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/205/8.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-social-205)
[![Build Status](https://travis-ci.org/OCA/social.svg?branch=8.0)](https://travis-ci.org/OCA/social)
[![Coverage Status](https://coveralls.io/repos/OCA/social/badge.svg?branch=8.0)](https://coveralls.io/r/OCA/social?branch=8.0)
Social addons for Odoo
======================
Addons concerning Odoo's social ERP features and messaging in general
Translation state
-----------------
[![Transifex Status](https://www.transifex.com/projects/p/OCA-social-8-0/chart/image_png)](https://www.transifex.com/projects/p/OCA-social-8-0)
Loading…
Cancel
Save