From 2212fd774961f645d1cd88d8e4abe1ad03a97e89 Mon Sep 17 00:00:00 2001 From: Ronald Portier Date: Wed, 14 Dec 2016 10:53:48 +0100 Subject: [PATCH] [FIX] Fix ofx error on travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 65e07a5..cb1c18d 100644 --- a/.travis.yml +++ b/.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