update travis config

This commit is contained in:
chfw 2015-02-18 00:26:57 +00:00
parent ad70361365
commit 28cb1b1749
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install ordereddict; fi
- pip install git+https://github.com/chfw/pyexcel-io.git
- pip install git+https://github.com/chfw/pyexcel.git
- pip install -r requirements.txt
- pip install -r tests/requirements.txt
script:
make test