Skip to content

Commit fec174d

Browse files
committed
Update travis config
1 parent 3854986 commit fec174d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ install:
1212
- pip install git+https://github.com/chfw/pyexcel.git
1313
- pip install git+https://github.com/chfw/pyexcel-webio.git
1414
- pip install git+https://github.com/chfw/pyexcel-xls.git
15+
- pip install git+https://github.com/chfw/pyexcel-xlsx.git
1516
- pip install -r requirements.txt
1617
- pip install -r test_requirements.txt --use-mirrors
1718
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install pyexcel-ods; fi
1819
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install django==1.7.1; fi
1920
- if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install django==1.7.1; fi
2021
- if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then pip install django==1.7.1; fi
21-
- if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install git+https://github.com/chfw/ezodf.git; fi
22-
- if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then pip install git+https://github.com/chfw/ezodf.git; fi
22+
- if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install git+https://github.com/T0ha/ezodf.git; fi
23+
- if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then pip install git+https://github.com/T0ha/ezodf.git; fi
2324
- if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install git+https://github.com/chfw/pyexcel-ods3.git; fi
2425
- if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then pip install git+https://github.com/chfw/pyexcel-ods3.git; fi
2526
script:

0 commit comments

Comments
 (0)