From 8eb53e0ddc221fb257f182c45a28b32d60053288 Mon Sep 17 00:00:00 2001 From: OCA Bot Date: Sun, 29 Sep 2019 23:43:30 +0200 Subject: [PATCH] [MIG] Add metafiles [skip ci] --- .gitignore | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ .travis.yml | 36 +++++++++++++++++++++++++++++++++ CONTRIBUTING.md | 7 +++++++ README.md | 10 ++++++++++ 4 files changed, 106 insertions(+) create mode 100644 .gitignore create mode 100644 .travis.yml create mode 100644 CONTRIBUTING.md 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..4cae8832 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,36 @@ +language: python +sudo: false +cache: + apt: true + directories: + - $HOME/.cache/pip + +python: + - "3.5" + +addons: + postgresql: "9.6" + apt: + packages: + - expect-dev # provides unbuffer utility + +env: + global: + - VERSION="13.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0" + + matrix: + - LINT_CHECK="1" + - TESTS="1" ODOO_REPO="OCA/OCB" + - TESTS="1" ODOO_REPO="odoo/odoo" MAKEPOT="1" + + +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: + - travis_after_tests_success diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..92d051bc --- /dev/null +++ b/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. diff --git a/README.md b/README.md new file mode 100644 index 00000000..3393dd5e --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +[![Runbot Status](https://runbot.odoo-community.org/runbot/badge/flat/184/13.0.svg)](https://runbot.odoo-community.org/runbot/repo/github-com-oca-pos-184) +[![Build Status](https://travis-ci.org/OCA/pos.svg?branch=13.0)](https://travis-ci.org/OCA/pos) +[![Coverage Status](https://coveralls.io/repos/OCA/pos/badge.png?branch=13.0)](https://coveralls.io/r/OCA/pos?branch=13.0) + +pos +=== + +Point of sale + +