Skip to content

Commit 813d9b0

Browse files
committed
REL: use base for the default conda environment
Standard conda environment was renamed from `root` to `base`.
1 parent d8d58ce commit 813d9b0

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
@@ -59,7 +59,7 @@ before_install:
5959
- $NOMC || wget --timestamping ${MYMCREPO}/${MYMCBUNDLE}
6060
- $NOMC || test -x ~/mc/bin/conda || bash ${MYMCBUNDLE} -b -f -p ~/mc
6161
- $NOMC || popd
62-
- $NOMC || source ~/mc/bin/activate root
62+
- $NOMC || source ~/mc/bin/activate base
6363
- $NOMC || conda update --yes conda
6464
- $NOMC || conda install --yes conda-build jinja2
6565
- $NOMC || conda create --name=testenv --yes python=${MYPYTHON_VERSION}

0 commit comments

Comments
 (0)