Skip to content

Commit 6172fbc

Browse files
y-pwesm
y-p
authored andcommitted
BLD: add xlrd, openpyxl installation to travis build
1 parent e77aff9 commit 6172fbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ install:
2929
- 'if [ $TRAVIS_PYTHON_VERSION == "3.3" ]; then pip uninstall numpy; pip install https://github.com/numpy/numpy/archive/v1.7.0b2.tar.gz; fi'
3030
- 'if [ $TRAVIS_PYTHON_VERSION == "3.2" ] || [ $TRAVIS_PYTHON_VERSION == "3.1" ]; then pip install https://github.com/y-p/numpy/archive/1.6.2_with_travis_fix.tar.gz; fi'
3131
- 'if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then pip install numpy; fi' # should be nop if pre-installed
32-
- pip install --use-mirrors cython nose pytz python-dateutil;
32+
- pip install --use-mirrors cython nose pytz python-dateutil xlrd openpyxl;
3333

3434
script:
3535
- python setup.py build_ext install

0 commit comments

Comments
 (0)