Skip to content
This repository was archived by the owner on Jan 9, 2023. It is now read-only.

Commit e2935ff

Browse files
remenskaibab
authored andcommitted
Silly conda no longer has the CONDA_ENV_PATH (#27)
1 parent d161d5a commit e2935ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ install:
2828
- conda config --add channels http://conda.anaconda.org/NLeSC
2929
- conda config --set show_channel_urls yes
3030
- conda create -q -n testenv python=${PYTHON} root=${ROOT} rootpy pandas nose
31+
- export CONDA_ENV_PATH=$HOME/miniconda/envs/testenv
3132
- source activate testenv
3233

3334
script: nosetests

0 commit comments

Comments
 (0)