We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616e4a8 commit abcd281Copy full SHA for abcd281
.moban.d/travis.yml
@@ -22,4 +22,5 @@ matrix:
22
{%endblock%}
23
24
{% block custom_install %} - pip install Django==$DJANGO_VERSION
25
+ - pip install https://github.com/pyexcel/pyexcel-webio/archive/master.zip
26
{% endblock%}
.travis.yml
@@ -22,6 +22,7 @@ matrix:
install:
- rm applymoban.py
- pip install Django==$DJANGO_VERSION
- pip install -r requirements.txt
27
- pip install -r tests/requirements.txt
28
script:
0 commit comments