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 e93a79e commit 8d2f9e3Copy full SHA for 8d2f9e3
.moban.d/travis.yml
@@ -8,4 +8,5 @@
8
9
{%block custom_install %}
10
- pip install https://github.com/pyexcel/pyexcel-io/archive/master.zip
11
+ - pip install https://github.com/pyexcel/pyexcel/archive/master.zip
12
{%endblock%}
.travis.yml
@@ -13,6 +13,7 @@ python:
13
- pypy
14
install:
15
16
17
- pip install -r requirements.txt
18
- pip install -r tests/requirements.txt
19
script:
0 commit comments