Browse Source

[TST] Add install of ofxparse to .travis.yml to reenable build test.

pull/2/head
Ronald Portier (Therp BV) 10 years ago
parent
commit
1a11907f0b
  1. 1
      .travis.yml

1
.travis.yml

@ -13,6 +13,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
- travis_install_nightly
# example: dependency
# - git clone https://github.com/OCA/webkit-tools -b ${VERSION} $HOME/webkit-tools

Loading…
Cancel
Save