fix travis build problem by transferring pre-installing to rnd_requirements.txt

This commit is contained in:
chfw 2016-05-14 23:43:34 +01:00
parent 772e09ce69
commit bda5d24509
2 changed files with 3 additions and 4 deletions

View File

@ -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%}

2
rnd_requirements.txt Normal file
View File

@ -0,0 +1,2 @@
https://github.com/pyexcel/pyexcel-io/archive/master.zip
https://github.com/pyexcel/pyexcel/archive/master.zip