Skip to content

Commit 3fa68aa

Browse files
committed
fix dependency
1 parent 7510561 commit 3fa68aa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ python:
1111
- pypy
1212
install:
1313
- pip install -r requirements.txt
14+
- pip install git+https://github.com/chfw/pyexcel.git
1415
- pip install -r tests/requirements.txt --use-mirrors
1516
script:
1617
nosetests --rednose --with-cov

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
tabulate
2-
pyexcel

0 commit comments

Comments
 (0)