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 9a8edc4 commit 96df2d3Copy full SHA for 96df2d3
.moban.d/travis.yml
@@ -22,5 +22,4 @@ 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,7 +22,6 @@ 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