Skip to content

Commit

Permalink
[IMP] Travis and README (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
max3903 committed Oct 18, 2019
1 parent c8effba commit 20ccd37
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 11 deletions.
27 changes: 16 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
language: python
sudo: false
cache: pip
cache:
apt: true
directories:
- $HOME/.cache/pip

python:
- "3.5"

addons:
postgresql: "9.6"
Expand All @@ -8,16 +15,14 @@ addons:
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow

language: python

python:
- "3.5"

env:
- VERSION="12.0" LINT_CHECK="1"
- VERSION="12.0" ODOO_REPO="OCA/OCB" LINT_CHECK="0"
- VERSION="12.0" ODOO_REPO="odoo/odoo" LINT_CHECK="0"

global:
- VERSION="12.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
- PHANTOMJS_VERSION="latest"
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
Expand All @@ -28,4 +33,4 @@ script:
- travis_run_tests

after_success:
coveralls
- travis_after_tests_success
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,25 @@

# Vertical ISP

[//]: # (addons)

Available addons
----------------
addon | version | summary
--- | --- | ---
[connector_equipment](connector_equipment/) | 12.0.1.0.0 | Connect Equipment to Outside API
[connector_equipment_service](connector_equipment_service/) | 12.0.1.0.0 | Combine Connector Equipment and Service Profiles

[//]: # (end addons)

## Translation Status

[![Translation status](https://translation.odoo-community.org/widgets/vertical-isp-12-0/-/multi-auto.svg)](https://translation.odoo-community.org/engage/vertical-isp-12-0/?utm_source=widget)

----

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/

0 comments on commit 20ccd37

Please sign in to comment.