fix config

This commit is contained in:
chfw 2014-12-05 23:33:06 +00:00
parent a3098cfecc
commit 801a1aaa20
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ python:
- pypy
install:
- pip install git+https://github.com/chfw/pyexcel.git
- pip install git+https://github.com/chfw/pyexcel_io.git
- pip install git+https://github.com/chfw/pyexcel-io.git
- python setup.py install
- pip install -r tests/requirements.txt
script: