Skip to content

Commit

Permalink
travis: conda-bld is in CONDA HOME, not CONDA PREFIX
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Nov 9, 2017
1 parent 2f393a6 commit 75f52bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ install:
- if [[ ! -e $CONDA_PREFIX/bin/chimera ]]; then
git clone https://github.com/insilichem/pychimera.git;
conda build -q pychimera/conda-recipes/ucsf-chimera-headless;
conda install -y -c $CONDA_PREFIX/conda-bld ucsf-chimera-headless;
conda install -y -c $HOME/miniconda/conda-bld ucsf-chimera-headless;
ln -s $CONDA_PREFIX/bin/chimera-headless $CONDA_PREFIX/bin/chimera || true;
fi
- pip install -U https://github.com/insilichem/pychimera/archive/master.zip
Expand Down

0 comments on commit 75f52bb

Please sign in to comment.