Skip to content

Commit

Permalink
Merge b478e27 into 0d0e558
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Apr 24, 2015
2 parents 0d0e558 + b478e27 commit 9ba9914
Show file tree
Hide file tree
Showing 167 changed files with 88,357 additions and 25,556 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
language: python

python:
- "2.7"

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

virtualenv:
system_site_packages: true

install:
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- travis_install_nightly
- pip install geojson Shapely
- sudo apt-get -q -y install postgis

script:
- travis_run_tests

after_success:
coveralls
661 changes: 661 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
![Licence](https://img.shields.io/badge/licence-AGPL--3-blue.svg)
[![Build Status](https://travis-ci.org/OCA/geospatial.svg?branch=8.0)](https://travis-ci.org/OCA/geospatial)
[![Coverage Status](https://coveralls.io/repos/OCA/geospatial/badge.png?branch=8.0)](https://coveralls.io/r/OCA/geospatial?branch=8.0)

Geospatial Addons for Odoo/OpenERP
==================================

Expand Down Expand Up @@ -40,3 +44,15 @@ Extending
---------

A geospatial API is provided, to add your own functionalites at your convenience


Requirements
------------

* System:
* **PostGIS** http://postgis.refractions.net/

* Python:
* **Shapely** http://pypi.python.org/pypi/Shapely

* **geojson** http://pypi.python.org/pypi/geojson
17 changes: 0 additions & 17 deletions __unported__/base_geoengine/README

This file was deleted.

58 changes: 0 additions & 58 deletions __unported__/base_geoengine/__openerp__.py

This file was deleted.

25 changes: 0 additions & 25 deletions __unported__/base_geoengine/company_view.xml

This file was deleted.

61 changes: 0 additions & 61 deletions __unported__/base_geoengine/geo_db.py

This file was deleted.

30 changes: 0 additions & 30 deletions __unported__/base_geoengine/geo_ir/ir_model_view.xml

This file was deleted.

60 changes: 0 additions & 60 deletions __unported__/base_geoengine/geo_view/geo_raster_layer.py

This file was deleted.

67 changes: 0 additions & 67 deletions __unported__/base_geoengine/geo_view/geo_vector_layer.py

This file was deleted.

0 comments on commit 9ba9914

Please sign in to comment.