From bda5d24509cb09880e94863b7a681ea0f9c11623 Mon Sep 17 00:00:00 2001 From: chfw Date: Sat, 14 May 2016 23:43:34 +0100 Subject: [PATCH] fix travis build problem by transferring pre-installing to rnd_requirements.txt --- .moban.d/travis.yml | 5 +---- rnd_requirements.txt | 2 ++ 2 files changed, 3 insertions(+), 4 deletions(-) create mode 100644 rnd_requirements.txt diff --git a/.moban.d/travis.yml b/.moban.d/travis.yml index 6e20c4c..9839e3c 100644 --- a/.moban.d/travis.yml +++ b/.moban.d/travis.yml @@ -24,8 +24,5 @@ matrix: - python-mock {%endblock%} -{%block custom_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 +{%block custom_install %} - if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install ordereddict; fi {%endblock%} diff --git a/rnd_requirements.txt b/rnd_requirements.txt new file mode 100644 index 0000000..130ab20 --- /dev/null +++ b/rnd_requirements.txt @@ -0,0 +1,2 @@ +https://github.com/pyexcel/pyexcel-io/archive/master.zip +https://github.com/pyexcel/pyexcel/archive/master.zip