Skip to content

Commit

Permalink
Travis: rmake sure CONDA_PREFIX is set
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Feb 20, 2018
1 parent 9146440 commit 39b0e01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ before_deploy:
conda install constructor;
conda remove --force constructor;
pip install -U https://github.com/jaimergp/constructor/archive/jinja-env.zip;
export CONDA_PREFIX=$HOME/miniconda;
constructor . ;
fi
- conda install -q anaconda-client
Expand Down

0 comments on commit 39b0e01

Please sign in to comment.