Skip to content

Commit

Permalink
[FIX] Pyboleto
Browse files Browse the repository at this point in the history
  • Loading branch information
mileo committed Nov 23, 2015
1 parent 8667bd1 commit efd6aa8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ addons:
# Search your sources alias here:
# https://github.com/travis-ci/apt-source-whitelist/blob/master/ubuntu.json
packages:
- poppler-utils # For pdftohtml
- expect-dev # provides unbuffer utility
- python-lxml # because pip installation is slow
- python-simplejson
Expand Down Expand Up @@ -68,7 +69,7 @@ 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 pyboleto
- pip install https://github.com/odoo-brazil/cnab240/archive/develop.zip
- travis_install_nightly

Expand Down

0 comments on commit efd6aa8

Please sign in to comment.