Skip to content

Commit

Permalink
[MIG] Add metafiles
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
pedrobaeza committed Oct 3, 2017
0 parents commit a5ee160
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@
*.pyc
*.swp
27 changes: 27 additions & 0 deletions .travis.yml
@@ -0,0 +1,27 @@
language: python

python:
- "3.5"

env:
- VERSION="11.0" LINT_CHECK="1"
- VERSION="11.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0"
- VERSION="11.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0"
# either use the two lines above or the two below. Don't change the default if
# it's not necessary (it is only necessary if modules in your repository can't
# be installed in the same database. And you get a huge speed penalty in your
# tests)
# - VERSION="11.0" ODOO_REPO="OCA/OCB" UNIT_TEST="1" LINT_CHECK="0"
# - VERSION="11.0" ODOO_REPO="odoo/odoo" UNIT_TEST="1" LINT_CHECK="0"


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:
coveralls
17 changes: 17 additions & 0 deletions README.md
@@ -0,0 +1,17 @@
[![Build Status](https://travis-ci.org/OCA/l10n-argentina.svg?branch=11.0)](https://travis-ci.org/OCA/l10n-argentina)
[![Coverage Status](https://coveralls.io/repos/OCA/l10n-argentina/badge.png?branch=11.0)](https://coveralls.io/r/OCA/l10n-argentina?branch=11.0)

Argentina localization for Odoo

Write me.



----

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/

0 comments on commit a5ee160

Please sign in to comment.