Skip to content

Commit 2bde245

Browse files
committedMay 4, 2017
DEV: use standard Miniconda activation in travis.
1 parent 2c21c5b commit 2bde245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ before_install:
5757
- $NOMC || wget --timestamping ${MYMCREPO}/${MYMCBUNDLE}
5858
- $NOMC || test -x ~/mc/bin/conda || bash ${MYMCBUNDLE} -b -f -p ~/mc
5959
- $NOMC || popd
60-
- $NOMC || export PATH="${HOME}/mc/bin:${PATH}"
60+
- $NOMC || source ~/mc/bin/activate root
6161
- $NOMC || conda update --yes conda
6262
- $NOMC || conda install --yes conda-build jinja2 scons numpy
6363
# Make scons available globally.

0 commit comments

Comments
 (0)