Skip to content

Commit

Permalink
again fix travis to do the job
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed May 20, 2015
1 parent 073c294 commit 29edae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python:
- pypy
install:
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install ordereddict; fi
- python setup install
- python setup.py install
- pip install git+https://github.com/chfw/pyexcel-xls.git
- pip install git+https://github.com/chfw/pyexcel.git
- pip install -r tests/requirements.txt
Expand Down

0 comments on commit 29edae8

Please sign in to comment.