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

This commit is contained in:
Ronald Portier (Therp BV)
2014-12-15 13:48:57 +01:00
parent 44240a39ab
commit 1a11907f0b

View File

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