Skip to content

Commit 6a9a0af

Browse files
committed
DEV: use standard Miniconda activation in travis.
1 parent b730d15 commit 6a9a0af

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
@@ -61,7 +61,7 @@ before_install:
6161
- $NOMC || wget --timestamping ${MYMCREPO}/${MYMCBUNDLE}
6262
- $NOMC || test -x ~/mc/bin/conda || bash ${MYMCBUNDLE} -b -f -p ~/mc
6363
- $NOMC || popd
64-
- $NOMC || export PATH="${HOME}/mc/bin:${PATH}"
64+
- $NOMC || source ~/mc/bin/activate root
6565
- $NOMC || conda update --yes conda
6666
- $NOMC || conda install --yes conda-build jinja2
6767
- $NOMC || conda create --name=testenv --yes python=${MYPYTHON_VERSION} coverage

0 commit comments

Comments
 (0)