Browse Source

[FIX] Fix ofx error on travis.

pull/85/head
Ronald Portier 8 years ago
parent
commit
2212fd7749
No known key found for this signature in database GPG Key ID: A181F8124D7101D3
  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