We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77aff9 commit 6172fbcCopy full SHA for 6172fbc
.travis.yml
@@ -29,7 +29,7 @@ install:
29
- 'if [ $TRAVIS_PYTHON_VERSION == "3.3" ]; then pip uninstall numpy; pip install https://github.com/numpy/numpy/archive/v1.7.0b2.tar.gz; fi'
30
- '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'
31
- '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;
+ - pip install --use-mirrors cython nose pytz python-dateutil xlrd openpyxl;
33
34
script:
35
- python setup.py build_ext install
0 commit comments