File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,9 @@ install:
1414 - pip install git+https://github.com/chfw/pyexcel-webio.git
1515 - pip install git+https://github.com/chfw/pyexcel-xls.git
1616 - pip install git+https://github.com/chfw/pyexcel-xlsx.git
17+ - pip install git+https://github.com/T0ha/ezodf.git
18+ - pip install git+https://github.com/chfw/pyexcel-ods3.git
1719 - pip install -r tests/requirements.txt --use-mirrors
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
20- - if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install git+https://github.com/T0ha/ezodf.git; fi
21- - if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then pip install git+https://github.com/T0ha/ezodf.git; fi
22- - if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install git+https://github.com/chfw/pyexcel-ods3.git; fi
23- - if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then pip install git+https://github.com/chfw/pyexcel-ods3.git; fi
2420script :
2521 make test
2622after_success :
You can’t perform that action at this time.
0 commit comments