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 ad715d2 commit 3c2e9fbCopy full SHA for 3c2e9fb
.travis.yml
@@ -12,6 +12,7 @@ python:
12
install:
13
- pip install git+https://github.com/chfw/pyexcel-io.git
14
- pip install git+https://github.com/chfw/pyexcel.git
15
+ - pip install git+https://github.com/chfw/pyexcel-xls.git
16
- python setup.py install
17
- pip install -r tests/requirements.txt
18
script:
tests/requirements.txt
@@ -3,4 +3,3 @@ rednose
3
nose-cov
4
python-coveralls
5
coverage
6
-pyexcel
0 commit comments