diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c9b568f7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.pyc +*.swp diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..e1d2fb44 --- /dev/null +++ b/.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 diff --git a/README.md b/README.md new file mode 100644 index 00000000..dff0de69 --- /dev/null +++ b/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/ +