From c50a8594fcaf5c1a72cd2f4b6dfe0ed13da7d27a Mon Sep 17 00:00:00 2001 From: "Pedro M. Baeza" Date: Tue, 3 Oct 2017 16:59:12 +0200 Subject: [PATCH] [MIG] Add metafiles [skip ci] --- .travis.yml | 5 +++-- README.md | 6 ------ 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 553f8d2..5282d1a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ addons: packages: - expect-dev # provides unbuffer utility - python-lxml # because pip installation is slow + - unixodbc-dev + - python-mysqldb env: global: @@ -23,7 +25,6 @@ env: - TESTS="1" ODOO_REPO="OCA/OCB" - TESTS="1" ODOO_REPO="odoo/odoo" - install: - pip install -q unidecode - pip install unicodecsv @@ -32,7 +33,7 @@ install: - travis_install_nightly # Requirements to test server_environment modules - printf '[options]\n\nrunning_env = dev\n' > ${HOME}/.openerp_serverrc - #- ln -s ${TRAVIS_BUILD_DIR}/server_environment_files_sample ${TRAVIS_BUILD_DIR}/server_environment_files + - ln -s ${TRAVIS_BUILD_DIR}/server_environment_files_sample ${TRAVIS_BUILD_DIR}/server_environment_files script: - travis_run_tests diff --git a/README.md b/README.md index 1e4bdbe..063a311 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,3 @@ running_env=dev Translation Status ------------------ [![Transifex Status](https://www.transifex.com/projects/p/OCA-server-env-11-0/chart/image_png)](https://www.transifex.com/projects/p/OCA-server-env-11-0) - ----- - -OCA, or the [Odoo Community Association](http://odoo-community.org/), is a nonprofit organization whose -mission is to support the collaborative development of Odoo features and -promote its widespread use.