[IMP] update README.md, .travis.yml to latest MQT template / add transifex support

This commit is contained in:
Laetitia Gangloff
2015-09-28 12:22:56 +02:00
parent 5033da0104
commit 4d567c52c0
2 changed files with 39 additions and 12 deletions

View File

@@ -1,6 +1,10 @@
language: python
sudo: false sudo: false
cache: pip cache: pip
python:
- "2.7"
addons: addons:
apt: apt:
packages: packages:
@@ -9,24 +13,32 @@ addons:
- cups - cups
- libcups2-dev - libcups2-dev
language: python env:
python: global:
- "2.7" - VERSION="7.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- TRANSIFEX_USER='transbot@odoo-community.org'
- secure: PjP88tPSwimBv4tsgn3UcQAD1heK/wcuSaSfhi2xUt/jSrOaTmWzjaW2gH/eKM1ilxPXwlPGyAIShJ2JJdBiA97hQufOeiqxdkWDctnNVVEDx2Tk0BiG3PPYyhXPgUZ+FNOnjZFF3pNWvzXTQaB0Nvz8plqp93Ov/DEyhrCxHDs=
matrix:
- LINT_CHECK="1"
- TRANSIFEX="1"
- TESTS="1" ODOO_REPO="odoo/odoo"
- TESTS="1" ODOO_REPO="OCA/OCB"
virtualenv: virtualenv:
system_site_packages: true system_site_packages: true
install: install:
- git clone https://github.com/OCA/maintainer-quality-tools.git $HOME/maintainer-quality-tools - git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=$HOME/maintainer-quality-tools/travis:$PATH - export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly - travis_install_nightly
- pip install pycups==1.9.66 - pip install pycups==1.9.66
- pip install PyPDF2==1.18 - pip install PyPDF2==1.18
- pip install requests - pip install requests
- git clone https://github.com/OCA/reporting-engine -b ${VERSION} $HOME/reporting-engine - git clone https://github.com/OCA/reporting-engine -b ${VERSION} ${HOME}/reporting-engine
script: script:
- travis_run_tests - travis_run_tests
after_success: after_success:
coveralls - travis_after_tests_success

View File

@@ -1,5 +1,8 @@
[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/144/7.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-report-print-send-144)
[![Build Status](https://travis-ci.org/OCA/report-print-send.svg?branch=7.0)](https://travis-ci.org/OCA/report-print-send) [![Build Status](https://travis-ci.org/OCA/report-print-send.svg?branch=7.0)](https://travis-ci.org/OCA/report-print-send)
[![Coverage Status](https://coveralls.io/repos/OCA/report-print-send/badge.png?branch=7.0)](https://coveralls.io/r/OCA/report-print-send?branch=7.0) [![Coverage Status](https://coveralls.io/repos/OCA/report-print-send/badge.png?branch=7.0)](https://coveralls.io/r/OCA/report-print-send?branch=7.0)
[![Code Climate](https://codeclimate.com/github/OCA/report-print-send/badges/gpa.svg)](https://codeclimate.com/github/OCA/report-pint-send)
Report - Printing and Sending Report - Printing and Sending
============================= =============================
@@ -10,3 +13,15 @@ This project aim to deal with modules related to manage document printing and se
- Add an printing queue - Add an printing queue
- Allow to choose printer - Allow to choose printer
- ... - ...
Translation Status
------------------
[![Transifex Status](https://www.transifex.com/projects/p/OCA-report-print-send-7-0/chart/image_png)](https://www.transifex.com/projects/p/OCA-report-print-send-7-0)
----
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
http://odoo-community.org/