We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec174d commit 9174208Copy full SHA for 9174208
.travis.yml
@@ -15,7 +15,7 @@ install:
15
- pip install git+https://github.com/chfw/pyexcel-xlsx.git
16
- pip install -r requirements.txt
17
- pip install -r test_requirements.txt --use-mirrors
18
- - if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install pyexcel-ods; fi
+ - if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install git+https://github.com/chfw/pyexcel-ods.git; fi
19
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install django==1.7.1; fi
20
- if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install django==1.7.1; fi
21
- if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then pip install django==1.7.1; fi
0 commit comments