Skip to content

Commit 7936906

Browse files
committed
update travi config
1 parent fff44b4 commit 7936906

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,9 @@ install:
1414
- pip install git+https://github.com/chfw/pyexcel-webio.git
1515
- pip install git+https://github.com/chfw/pyexcel-xls.git
1616
- pip install git+https://github.com/chfw/pyexcel-xlsx.git
17+
- pip install git+https://github.com/T0ha/ezodf.git
18+
- pip install git+https://github.com/chfw/pyexcel-ods3.git
1719
- pip install -r tests/requirements.txt --use-mirrors
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
20-
- if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install git+https://github.com/T0ha/ezodf.git; fi
21-
- if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then pip install git+https://github.com/T0ha/ezodf.git; fi
22-
- if [[ $TRAVIS_PYTHON_VERSION == "3.3" ]]; then pip install git+https://github.com/chfw/pyexcel-ods3.git; fi
23-
- if [[ $TRAVIS_PYTHON_VERSION == "3.4" ]]; then pip install git+https://github.com/chfw/pyexcel-ods3.git; fi
2420
script:
2521
make test
2622
after_success:

0 commit comments

Comments
 (0)