Skip to content

Commit

Permalink
move bcolz and chest to conda install
Browse files Browse the repository at this point in the history
  • Loading branch information
mrocklin committed May 22, 2015
1 parent a0bef6d commit 600925e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Expand Up @@ -18,9 +18,7 @@ install:
# Install dependencies
- conda create -n test-environment python=$TRAVIS_PYTHON_VERSION
- source activate test-environment
- conda install pytest numpy pip coverage toolz pandas cython scikit-learn cytoolz dill networkx pyzmq psutil ipython
- pip install chest
- pip install git+https://github.com/blosc/bcolz --upgrade
- conda install pytest numpy pip coverage toolz pandas scikit-learn cytoolz dill networkx pyzmq psutil ipython bcolz chest

# Install dask
- python setup.py install
Expand Down

0 comments on commit 600925e

Please sign in to comment.