Skip to content

Commit

Permalink
[FIX] OCA dependencies
Browse files Browse the repository at this point in the history
[FIX] OCA Dependencies

[NEW] Configure locales and fix cnab dependencies

[FIX] File name

[NEW] PyBoleto add to dependencies

[FIX]
  • Loading branch information
mileo committed Nov 23, 2015
1 parent 423067a commit 8667bd1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,13 @@ virtualenv:
install:
- git clone --depth=1 https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- pip install https://github.com/eduardocereto/pyboleto/archive/master.zip
- pip install https://github.com/odoo-brazil/cnab240/archive/develop.zip
- travis_install_nightly

before_script:
- chmod +x configure_locale.sh

script:
- travis_run_tests

Expand Down
4 changes: 4 additions & 0 deletions configure_locale.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

sudo locale-gen en_US en_US.UTF-8 pt_BR.UTF-8
sudo dpkg-reconfigure locales
7 changes: 5 additions & 2 deletions oca_dependencies.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@
#
# To provide both the URL and a branch, use:
# sale-workflow https://github.com/OCA/sale-workflow branchname
bank-payment https://github.com/OCA/bank-payment.git 8.0
l10n-brazil https://github.com/OCA/l10n-brazil.git 8.0
account-payment
bank-statement-reconcile
bank-payment
l10n-brazil

0 comments on commit 8667bd1

Please sign in to comment.