File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ install:
29
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
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
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 xlrd openpyxl scikits.timeseries ;
32
+ - pip install --use-mirrors cython nose pytz python-dateutil xlrd openpyxl;
33
33
34
34
script :
35
35
- python setup.py build_ext install
You can’t perform that action at this time.
0 commit comments