Skip to content

Commit 7edfb66

Browse files
committed
DEV: use standard Miniconda activation in travis.
1 parent fef24f4 commit 7edfb66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ before_install:
5353
- $NOMC || wget --timestamping ${MYMCREPO}/${MYMCBUNDLE}
5454
- $NOMC || test -x ~/mc/bin/conda || bash ${MYMCBUNDLE} -b -f -p ~/mc
5555
- $NOMC || popd
56-
- $NOMC || export PATH="${HOME}/mc/bin:${PATH}"
56+
- $NOMC || source ~/mc/bin/activate root
5757
- $NOMC || conda update --yes conda
5858
- $NOMC || conda install --yes conda-build jinja2
5959
- $NOMC || conda create --name=testenv --yes python=${MYPYTHON_VERSION}

0 commit comments

Comments
 (0)