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 7510561 commit 3fa68aaCopy full SHA for 3fa68aa
.travis.yml
@@ -11,6 +11,7 @@ python:
11
- pypy
12
install:
13
- pip install -r requirements.txt
14
+ - pip install git+https://github.com/chfw/pyexcel.git
15
- pip install -r tests/requirements.txt --use-mirrors
16
script:
17
nosetests --rednose --with-cov
requirements.txt
@@ -1,2 +1 @@
1
tabulate
2
-pyexcel
0 commit comments