From 1f55644dd9563953f6dfaeadb9fbf5c8793293eb Mon Sep 17 00:00:00 2001 From: Maxime Chambreuil Date: Fri, 4 Sep 2015 11:31:27 -0400 Subject: [PATCH] [IMP] Badges and translation config --- .travis.yml | 26 ++++++++++++++++---------- README.md | 6 +++++- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index eadb0b61d..ed57d514c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,22 +1,28 @@ +language: python sudo: false cache: pip +python: + - "2.7" + addons: apt: packages: - expect-dev # provides unbuffer utility - python-lxml # because pip installation is slow -language: python - -python: - - "2.7" - 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" - - VERSION="8.0" UNIT_TEST="1" LINT_CHECK="0" + global: + - VERSION="8.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" + - TRANSIFEX_USER='transbot@odoo-community.org' + - secure: J6Zr34aVnjXFRwIamLmnlsN42t8ki2syAvQ26xJ+uOuJUkDLjSDnvrkFtss/Wn1watIERSrw/T8TrAZ0GxhUQ7B8jq7EZFmewobhyBpQVBR58S2clcGupYXgLUk9GwYfbxb7uAgIM8YOlnIteE69gMXJubzBx5pxEHOayUPbc/s= + + matrix: + - LINT_CHECK="1" + - TRANSIFEX="1" + - TESTS="1" ODOO_REPO="odoo/odoo" + - TESTS="1" ODOO_REPO="OCA/OCB" + - UNIT_TEST="1" virtualenv: system_site_packages: true @@ -32,4 +38,4 @@ script: - travis_run_tests after_success: - coveralls + - travis_after_tests_success diff --git a/README.md b/README.md index 61783bb2c..e01d085cb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/149/8.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-server-tools-149) [![Build Status](https://travis-ci.org/OCA/server-tools.svg?branch=8.0)](https://travis-ci.org/OCA/server-tools) [![Coverage Status](https://coveralls.io/repos/OCA/server-tools/badge.png?branch=8.0)](https://coveralls.io/r/OCA/server-tools?branch=8.0) +[![Code Climate](https://codeclimate.com/github/OCA/server-tools/badges/gpa.svg)](https://codeclimate.com/github/OCA/server-tools) Server Environment And Tools ============================ @@ -10,4 +11,7 @@ This project aim to deal with modules related to manage Odoo server environment - Manage configuration depending on environment (devs, test, prod,..) - Keep the security on update - Manage email settings - -... + +Translation Status +------------------ +[![Transifex Status](https://www.transifex.com/projects/p/OCA-server-tools-8-0/chart/image_png)](https://www.transifex.com/projects/p/OCA-server-tools-8-0)