Skip to content

Commit 682bfb8

Browse files
committed
Update travis config
1 parent b6fcef6 commit 682bfb8

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyexcel>=0.1.2
1+
pyexcel>=0.1.5

0 commit comments

Comments
 (0)