mirror of
https://github.com/OCA/bank-statement-import.git
synced 2025-01-20 12:37:43 +02:00
.travis.yml: Putting it up to date
This commit is contained in:
10
.travis.yml
10
.travis.yml
@@ -7,6 +7,7 @@ sudo: false
|
|||||||
cache: pip
|
cache: pip
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
|
postgresql: "9.6"
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- expect-dev # provides unbuffer utility
|
- expect-dev # provides unbuffer utility
|
||||||
@@ -14,15 +15,12 @@ addons:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- VERSION="10.0" TESTS="0" LINT_CHECK="0" TRANSIFEX="0"
|
- VERSION="10.0" TESTS="0" LINT_CHECK="0" MAKEPOT="0"
|
||||||
- TRANSIFEX_USER='transbot@odoo-community.org'
|
|
||||||
- secure: "G39Lpe4r3QDkivRJrcIX+JDsji/zc+wXrcQ0i2X4L66wrOEcG+SU8Lzp57Odyq+Li7lRa0XQ6rxq7+40Lm4EIoumsYbddp2VjgiR0Bkv8xHOQ2hdrODWbl0ZKhWWpzwGkPs90i39fnFKbPd86XjcvYbPmdapQ/vpUO7ht8WxCRM="
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
- LINT_CHECK="1"
|
- LINT_CHECK="1"
|
||||||
- TRANSIFEX="1"
|
|
||||||
- TESTS="1" ODOO_REPO="odoo/odoo"
|
- TESTS="1" ODOO_REPO="odoo/odoo"
|
||||||
- TESTS="1" ODOO_REPO="OCA/OCB"
|
- TESTS="1" ODOO_REPO="OCA/OCB" MAKEPOT="1"
|
||||||
|
|
||||||
virtualenv:
|
virtualenv:
|
||||||
system_site_packages: true
|
system_site_packages: true
|
||||||
@@ -32,8 +30,6 @@ install:
|
|||||||
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
|
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
|
||||||
- pip install git+https://github.com/jseutter/ofxparse.git
|
- pip install git+https://github.com/jseutter/ofxparse.git
|
||||||
- travis_install_nightly
|
- travis_install_nightly
|
||||||
# example: dependency
|
|
||||||
# - git clone https://github.com/OCA/webkit-tools -b ${VERSION} $HOME/webkit-tools
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- travis_run_tests
|
- travis_run_tests
|
||||||
|
|||||||
Reference in New Issue
Block a user