Skip to content

Commit d02a337

Browse files
committed
REL: use base for the default conda environment
Standard conda environment was renamed from `root` to `base`.
1 parent 0669a97 commit d02a337

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ before_install:
6363
- $NOMC || wget --timestamping ${MYMCREPO}/${MYMCBUNDLE}
6464
- $NOMC || test -x ~/mc/bin/conda || bash ${MYMCBUNDLE} -b -f -p ~/mc
6565
- $NOMC || popd
66-
- $NOMC || source ~/mc/bin/activate root
66+
- $NOMC || source ~/mc/bin/activate base
6767
- $NOMC || conda update --yes conda
6868
- $NOMC || conda install --yes conda-build jinja2
6969
- $NOMC || conda create --name=testenv --yes python=${MYPYTHON_VERSION} coverage

0 commit comments

Comments
 (0)