Skip to content

Commit

Permalink
Merge pull request #41 from jakevdp/conda-test
Browse files Browse the repository at this point in the history
TST: use conda for pyamg
  • Loading branch information
jakevdp committed Mar 9, 2016
2 parents dab07f3 + 426fae5 commit cf7c3df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ env:
- CONDA_DEPS="pip nose coverage cython scikit-learn flann"
- PIP_DEPS="coveralls"
matrix:
- EXTRA_CONDA_DEPS="pyflann" EXTRA_PIP_DEPS="pyamg"
- EXTRA_CONDA_DEPS="" EXTRA_PIP_DEPS=""
- EXTRA_DEPS="pyflann pyamg"
- EXTRA_DEPS=""

before_install:
- export MINICONDA=$HOME/miniconda
Expand All @@ -29,8 +29,8 @@ before_install:
- conda config --set always_yes yes
- conda update conda
- conda info -a
- conda install -c $CONDA_CHANNEL python=$TRAVIS_PYTHON_VERSION $CONDA_DEPS $EXTRA_CONDA_DEPS
- travis_retry pip install $PIP_DEPS $EXTRA_PIP_DEPS
- conda install -c $CONDA_CHANNEL python=$TRAVIS_PYTHON_VERSION $CONDA_DEPS $EXTRA_DEPS
- travis_retry pip install $PIP_DEPS

install:
- python setup.py install
Expand Down

0 comments on commit cf7c3df

Please sign in to comment.