File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,14 +12,15 @@ install:
12
12
- pip install git+https://github.com/chfw/pyexcel.git
13
13
- pip install git+https://github.com/chfw/pyexcel-webio.git
14
14
- pip install git+https://github.com/chfw/pyexcel-xls.git
15
+ - pip install git+https://github.com/chfw/pyexcel-xlsx.git
15
16
- pip install -r requirements.txt
16
17
- pip install -r test_requirements.txt --use-mirrors
17
18
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install pyexcel-ods; fi
18
19
- if [[ $TRAVIS_PYTHON_VERSION == "2.7" ]]; then pip install django==1.7.1; fi
19
20
- if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install django==1.7.1; fi
20
21
- 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
23
24
- if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install git+https://github.com/chfw/pyexcel-ods3.git; fi
24
25
- if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then pip install git+https://github.com/chfw/pyexcel-ods3.git; fi
25
26
script :
You can’t perform that action at this time.
0 commit comments