Skip to content

Commit

Permalink
conda setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Beaumont committed Dec 6, 2013
1 parent 191aeb9 commit 8a2ad68
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@ language: python
python:
- 2.7

before_install:
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda-2.0.0-Linux-x86_64.sh -O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-2.0.0-Linux-x86_64.sh -O miniconda.sh; fi
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=/home/travis/anaconda/bin:$PATH
- sudo rm -rf /dev/shm
- sudo ln -s /run/shm /dev/shm

install:
- pip install conda
- conda install scikit-image numpy cython astropy
- conda install --yes scikit-image numpy cython astropy setuptools
- pip install --use-mirrors pytest coveralls pytest-cov
- python setup.py build

Expand Down

0 comments on commit 8a2ad68

Please sign in to comment.