updated ci config

This commit is contained in:
chfw 2014-12-05 23:24:46 +00:00
parent 719ba49f09
commit a3098cfecc
1 changed files with 1 additions and 1 deletions

View File

@ -10,9 +10,9 @@ python:
- 3.4
- pypy
install:
- python setup.py install
- pip install git+https://github.com/chfw/pyexcel.git
- pip install git+https://github.com/chfw/pyexcel_io.git
- python setup.py install
- pip install -r tests/requirements.txt
script:
make test