Skip to content

Commit c0a5f74

Browse files
committed
TST: remove scikits.timeseries from Travis
1 parent 23bb3ca commit c0a5f74

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 xlrd openpyxl scikits.timeseries;
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)