use latest pyexcel for test

This commit is contained in:
chfw 2016-03-17 19:29:06 +00:00
parent e93a79e7b8
commit 8d2f9e3b54
2 changed files with 2 additions and 0 deletions

View File

@ -8,4 +8,5 @@
{%block custom_install %}
- pip install https://github.com/pyexcel/pyexcel-io/archive/master.zip
- pip install https://github.com/pyexcel/pyexcel/archive/master.zip
{%endblock%}

View File

@ -13,6 +13,7 @@ python:
- pypy
install:
- pip install https://github.com/pyexcel/pyexcel-io/archive/master.zip
- pip install https://github.com/pyexcel/pyexcel/archive/master.zip
- pip install -r requirements.txt
- pip install -r tests/requirements.txt
script: