Merge pull request #19 from gurneyalex/8.0-fix-travis

8.0 fix travis
This commit is contained in:
Pedro M. Baeza
2015-04-21 10:17:59 +02:00
2 changed files with 9 additions and 6 deletions

View File

@@ -3,18 +3,21 @@ 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 7.0
- pip install coveralls flake8
- travis_install_nightly
script:
- travis_run_flake8
- travis_run_tests 7.0
- travis_run_tests
after_success:
coveralls

View File

@@ -1,5 +1,5 @@
[![Build Status](https://travis-ci.org/OCA/rma.svg?branch=7.0)](https://travis-ci.org/OCA/rma)
[![Coverage Status](https://coveralls.io/repos/OCA/rma/badge.png?branch=7.0)](https://coveralls.io/r/OCA/rma?branch=7.0)
[![Build Status](https://travis-ci.org/OCA/rma.svg?branch=8.0)](https://travis-ci.org/OCA/rma)
[![Coverage Status](https://coveralls.io/repos/OCA/rma/badge.png?branch=8.0)](https://coveralls.io/r/OCA/rma?branch=8.0)
RMA (Return Merchandise Authorization)
=======================================