Skip to content

Commit

Permalink
FIX travis conda channels
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Feb 7, 2017
1 parent f22a782 commit bade8fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ before_install:
- chmod +x miniconda.sh
- ./miniconda.sh -b -p $HOME/miniconda
- export PATH=$HOME/miniconda/bin:$PATH
- conda update --yes --quiet conda
- conda config --append channels conda-forge
- conda config --append channels christianbrodbeck
- conda install --yes --quiet --file requirements.txt
- conda install --yes --quiet nose
- pip install rpy2
Expand Down

0 comments on commit bade8fc

Please sign in to comment.