OCA git bot
6 years ago
commit
69e4efd038
3 changed files with 110 additions and 0 deletions
-
53.gitignore
-
47.travis.yml
-
10README.md
@ -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/ |
@ -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 |
@ -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 |
|||
|
|||
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue