We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
base
1 parent d8d58ce commit 813d9b0Copy full SHA for 813d9b0
.travis.yml
@@ -59,7 +59,7 @@ before_install:
59
- $NOMC || wget --timestamping ${MYMCREPO}/${MYMCBUNDLE}
60
- $NOMC || test -x ~/mc/bin/conda || bash ${MYMCBUNDLE} -b -f -p ~/mc
61
- $NOMC || popd
62
- - $NOMC || source ~/mc/bin/activate root
+ - $NOMC || source ~/mc/bin/activate base
63
- $NOMC || conda update --yes conda
64
- $NOMC || conda install --yes conda-build jinja2
65
- $NOMC || conda create --name=testenv --yes python=${MYPYTHON_VERSION}
0 commit comments