File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ install:
1313 - pip install git+https://github.com/chfw/pyexcel.git
1414 - pip install git+https://github.com/chfw/pyexcel-webio.git
1515 - pip install git+https://github.com/chfw/pyexcel-xls.git
16+ - pip install git+https://github.com/chfw/pyexcel-xlsx.git
1617 - pip install -r tests/requirements.txt --use-mirrors
17- - if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install pyexcel-ods; fi
18- - if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install pyexcel-ods; fi
18+ - if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install git+https://github.com/chfw/ pyexcel-ods.git ; fi
19+ - if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install git+https://github.com/chfw/ pyexcel-ods.git ; fi
1920 - if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install git+https://github.com/T0ha/ezodf.git; fi
2021 - if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then pip install git+https://github.com/T0ha/ezodf.git; fi
2122 - if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install git+https://github.com/chfw/pyexcel-ods3.git; fi
Original file line number Diff line number Diff line change 1- pyexcel >= 0.1.2
1+ pyexcel >= 0.1.5
You can’t perform that action at this time.
0 commit comments