Skip to content

Commit

Permalink
remove backports-lzma from travis.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed Jun 6, 2016
1 parent dcd8226 commit 70ddf3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -28,7 +28,6 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]] || [[ $TRAVIS_PYTHON_VERSION == '3.4' ]] || [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then conda install numpy scipy pandas pytables h5py bcolz pytest coverage toolz scikit-learn cytoolz cloudpickle chest blosc cython psutil ipython distributed; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then conda install unittest2; fi
- if [[ $TRAVIS_PYTHON_VERSION != '2.6' ]]; then conda install bokeh; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install backports.lzma; fi
- pip install git+https://github.com/mrocklin/partd --upgrade
- pip install git+https://github.com/mrocklin/cachey --upgrade
- pip install blosc --upgrade
Expand Down

0 comments on commit 70ddf3d

Please sign in to comment.