Browse Source

Merge pull request #85 from NL66278/8.0-no-more-ofx-error

[FIX] Fix ofx error on travis.
pull/83/head
Pedro M. Baeza 8 years ago
committed by GitHub
parent
commit
65356fd2e3
  1. 2
      .travis.yml

2
.travis.yml

@ -30,7 +30,7 @@ virtualenv:
install:
- git clone https://github.com/OCA/maintainer-quality-tools.git ${HOME}/maintainer-quality-tools
- export PATH=${HOME}/maintainer-quality-tools/travis:${PATH}
- pip install ofxparse
- pip install git+https://github.com/jseutter/ofxparse.git
- travis_install_nightly
# example: dependency
# - git clone https://github.com/OCA/webkit-tools -b ${VERSION} $HOME/webkit-tools

Loading…
Cancel
Save