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