mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
11
.travis.yml
11
.travis.yml
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[](https://travis-ci.org/OCA/rma)
|
||||
[](https://coveralls.io/r/OCA/rma?branch=7.0)
|
||||
[](https://travis-ci.org/OCA/rma)
|
||||
[](https://coveralls.io/r/OCA/rma?branch=8.0)
|
||||
|
||||
RMA (Return Merchandise Authorization)
|
||||
=======================================
|
||||
|
||||
Reference in New Issue
Block a user