From 39b0e01ceec5b9bafddb96b8549c743aab74a61f Mon Sep 17 00:00:00 2001 From: Jaime RGP Date: Tue, 20 Feb 2018 10:01:22 +0100 Subject: [PATCH] Travis: rmake sure CONDA_PREFIX is set --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index e9e30a5..75dcf95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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