mirror of
https://github.com/OCA/account-reconcile.git
synced 2025-01-20 12:27:39 +02:00
[FIX] travis: update travis file to match the one in https://github.com/OCA/maintainer-quality-tools/blob/master/sample_files/.travis.yml
This commit is contained in:
21
.travis.yml
21
.travis.yml
@@ -6,17 +6,20 @@ python:
|
||||
virtualenv:
|
||||
system_site_packages: true
|
||||
|
||||
before_install:
|
||||
- git clone https://github.com/OCA/maintainer-quality-tools.git /tmp/maintainer-quality-tools
|
||||
- export PATH=/tmp/maintainer-quality-tools/travis:$PATH
|
||||
- travis_install_nightly 7.0
|
||||
- pip install coveralls flake8
|
||||
- sudo pip install ofxparse
|
||||
- git clone https://github.com/OCA/account-financial-tools /tmp/account-financial-tools -b 7.0
|
||||
env:
|
||||
- VERSION="7.0" ODOO_REPO="odoo/odoo"
|
||||
- VERSION="7.0" ODOO_REPO="OCA/OCB"
|
||||
|
||||
install:
|
||||
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
|
||||
- git clone https://github.com/OCA/account-financial-tools ${HOME}/account-financial-tools -b 7.0
|
||||
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
|
||||
- travis_install_nightly
|
||||
- pip install ofxparse xlrd
|
||||
|
||||
script:
|
||||
- travis_run_flake8
|
||||
- travis_run_tests 7.0 /tmp/account-financial-tools
|
||||
- travis_run_flake8
|
||||
- travis_run_tests
|
||||
|
||||
after_success:
|
||||
coveralls
|
||||
|
||||
Reference in New Issue
Block a user