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

[FIX] Fix ofx error on travis.
This commit is contained in:
Pedro M. Baeza
2016-12-14 14:03:04 +01:00
committed by GitHub

View File

@@ -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