From d106a2ffbb7bda88c55cd0ada72ca5c2fdb7b502 Mon Sep 17 00:00:00 2001 From: chfw Date: Sat, 14 May 2016 23:44:39 +0100 Subject: [PATCH] fix travis build problem by transferring pre-installing to rnd_requirements.txt --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ee9cdd9..f3b9f46 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,6 @@ matrix: - python-nose - python-mock before_install: - - pip install https://github.com/pyexcel/pyexcel-io/archive/master.zip - - pip install https://github.com/pyexcel/pyexcel/archive/master.zip - if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install ordereddict; fi - if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then mv min_requirements.txt requirements.txt ;