From 69e4efd03806097ffb59645e0dc6242e6cd18337 Mon Sep 17 00:00:00 2001 From: OCA git bot Date: Thu, 27 Sep 2018 02:13:01 +0200 Subject: [PATCH] [MIG] Add metafiles [skip ci] --- .gitignore | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ .travis.yml | 47 +++++++++++++++++++++++++++++++++++++++++++++++ README.md | 10 ++++++++++ 3 files changed, 110 insertions(+) create mode 100644 .gitignore create mode 100644 .travis.yml create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c505b25c --- /dev/null +++ b/.gitignore @@ -0,0 +1,53 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + +# C extensions +*.so + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# PyInstaller +# Usually these files are written by a python script from a template +# before PyInstaller builds the exe, so as to inject date/other infos into it. +*.manifest +*.spec + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +htmlcov/ +.tox/ +.coverage +.cache +nosetests.xml +coverage.xml + +# Translations +*.mo + +# Django stuff: +*.log + +# Sphinx documentation +docs/_build/ + +# PyBuilder +target/ diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..7548abd3 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,47 @@ +language: python +sudo: false +cache: + apt: true + directories: + - $HOME/.cache/pip + +python: + - "3.5" + +addons: + apt: + sources: + - pov-wkhtmltopdf + packages: + - expect-dev # provides unbuffer utility + - python-lxml # because pip installation is slow + - wkhtmltopdf + +before_install: + - "export DISPLAY=:99.0" + - "sh -e /etc/init.d/xvfb start" + +env: + global: + - VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0" + - TRANSIFEX_USER='transbot@odoo-community.org' + - secure: jX9I8iBSTGMGYNzj5zJkh/bvmXmemjqlKpVezZ2QMqaoXHgPPUlktxBwTMlmNeuJ5L9DlDiCqOiXpF41LDmKmjX/e99G15cvNSfQc/jG+exIfo9KSbc6aQSu8cqP+yu1MGTsuuq67Wm8N45+fFJGGsySUbGWFPXnF4MVIiZpqx0= + + matrix: + - LINT_CHECK="1" + - TRANSIFEX="1" + - TESTS="1" ODOO_REPO="OCA/OCB" + - TESTS="1" ODOO_REPO="odoo/odoo" + + +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 + - printf '[options]\n\nrunning_env = dev' > ${HOME}/.openerp_serverrc + +script: + - travis_run_tests + +after_success: + - travis_after_tests_success diff --git a/README.md b/README.md new file mode 100644 index 00000000..3ee81e01 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/184/12.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-pos-184) +[![Build Status](https://travis-ci.org/OCA/pos.svg?branch=12.0)](https://travis-ci.org/OCA/pos) +[![Coverage Status](https://coveralls.io/repos/OCA/pos/badge.png?branch=12.0)](https://coveralls.io/r/OCA/pos?branch=12.0) + +pos +=== + +Point of sale + +