Skip to content

Commit abcd281

Browse files
committed
get lastest webio
1 parent 616e4a8 commit abcd281

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.moban.d/travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ matrix:
2222
{%endblock%}
2323

2424
{% block custom_install %} - pip install Django==$DJANGO_VERSION
25+
- pip install https://github.com/pyexcel/pyexcel-webio/archive/master.zip
2526
{% endblock%}

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ matrix:
2222
install:
2323
- rm applymoban.py
2424
- pip install Django==$DJANGO_VERSION
25+
- pip install https://github.com/pyexcel/pyexcel-webio/archive/master.zip
2526
- pip install -r requirements.txt
2627
- pip install -r tests/requirements.txt
2728
script:

0 commit comments

Comments
 (0)