Skip to content

Commit

Permalink
Activate transifex and update meta files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandy Carter committed Jul 28, 2015
1 parent 381b30a commit b6cbe95
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -54,3 +54,6 @@ docs/_build/
# Backup files
*~
*.swp

# OSX Files
*.DS_Store
31 changes: 20 additions & 11 deletions .travis.yml
@@ -1,31 +1,40 @@
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"
- python-lxml # because pip installation is slow
- python-simplejson
- python-serial
- python-yaml

env:
- VERSION="6.1" ODOO_REPO="odoo/odoo"
global:
- VERSION="6.1" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- TRANSIFEX_USER='transbot@odoo-community.org'
- secure: "FmJknQWKDSXzrQZm5+PNNhQwEJzA4IVQpT6UASSthvQA3i88nsX3khsHBRAoQhJr7NTinIp4nIvsvVvsrKXSnbDNY0bScrx8dCDD2weKZnsrD4Khh6Gn3pFwCrwJiPccnMUnFuBxbJzV/tZRrupQIcIfFg8AApCYJ4Qm+nb5XuA="
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 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}
- travis_install_nightly ${VERSION}
- travis_install_nightly

script:
- travis_run_flake8
- travis_run_tests

after_success:
coveralls
- travis_after_tests_success
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,7 @@
# OCA Guidelines

Please follow the official guide from the [OCA Guidelines page](https://github.com/OCA/maintainer-tools/blob/master/CONTRIBUTING.md).

## Project Specific Guidelines

This project does not have specific coding guidelines.
8 changes: 7 additions & 1 deletion README.md
@@ -1,5 +1,7 @@
[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/93/6.1.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-account-fiscal-rule-93)
[![Build Status](https://travis-ci.org/OCA/account-fiscal-rule.svg?branch=6.1)](https://travis-ci.org/OCA/account-fiscal-rule)
[![Coverage Status](https://coveralls.io/repos/OCA/account-fiscal-rule/badge.png?branch=6.1)](https://coveralls.io/r/OCA/account-fiscal-rule?branch=6.1)
[![Coverage Status](https://coveralls.io/repos/OCA/account-fiscal-rule/badge.svg?branch=6.1)](https://coveralls.io/r/OCA/account-fiscal-rule?branch=6.1)
[![Code Climate](https://codeclimate.com/github/OCA/account-fiscal-rule/badges/gpa.svg)](https://codeclimate.com/github/OCA/account-fiscal-rule)

Fiscal Rules (multi-criteria decision tables)
=============================================
Expand All @@ -14,3 +16,7 @@ apply according to an extensible flat decision table.

Additionally, account_product_fiscal_classification enable to select
default product sale and purchase taxes based on a tax class.

Translation Status
------------------
[![Transifex Status](https://www.transifex.com/projects/p/OCA-account-fiscal-rule-6-1/chart/image_png)](https://www.transifex.com/projects/p/OCA-account-fiscal-rule-6-1)

0 comments on commit b6cbe95

Please sign in to comment.