Skip to content

Commit

Permalink
Merge 6a37ece into d4c68bc
Browse files Browse the repository at this point in the history
  • Loading branch information
bwrsandman committed Nov 6, 2014
2 parents d4c68bc + 6a37ece commit b228a2d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 23 deletions.
18 changes: 0 additions & 18 deletions .coveragerc

This file was deleted.

9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ python:
env:
- VERSION="8.0" ODOO_REPO="odoo/odoo"
- VERSION="8.0" ODOO_REPO="OCA/OCB"
- VERSION="8.0" UNIT_TEST="1"

virtualenv:
system_site_packages: true

install:
- pip install unidecode
- 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 ${VERSION}
- travis_install_nightly
- sudo pip install unidecode
- sudo pip install egenix-mx-base

script:
- travis_run_flake8
- travis_run_tests ${VERSION}
- travis_run_tests

after_success:
coveralls
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
[![Build Status](https://travis-ci.org/OCA/account-payment.svg?branch=8.0)](https://travis-ci.org/OCA/account-payment)
[![Coverage Status](https://coveralls.io/repos/OCA/account-payment/badge.png?branch=8.0)](https://coveralls.io/r/OCA/account-payment?branch=8.0)

Odoo account payment modules
============================

This project includes modules that handle payment related tasks.
This repository hosts modules for handling requirements related to payment topics:
* Extend payment orders for direct debit also.
* Add multiple payment days.
* Include payment types at partner, sales and purchases levels.
* Etc.

0 comments on commit b228a2d

Please sign in to comment.