Skip to content

Commit 9174208

Browse files
committed
Update travis config
1 parent fec174d commit 9174208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515
- pip install git+https://github.com/chfw/pyexcel-xlsx.git
1616
- pip install -r requirements.txt
1717
- pip install -r test_requirements.txt --use-mirrors
18-
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install pyexcel-ods; fi
18+
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install git+https://github.com/chfw/pyexcel-ods.git; fi
1919
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install django==1.7.1; fi
2020
- if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install django==1.7.1; fi
2121
- if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then pip install django==1.7.1; fi

0 commit comments

Comments
 (0)