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.
1 parent 7cf9139 commit dc77d4aCopy full SHA for dc77d4a
.travis.yml
@@ -62,11 +62,6 @@ before_install:
62
- $NOMC || test -x ~/mc/bin/conda || bash ${MYMCBUNDLE} -b -f -p ~/mc
63
- $NOMC || popd
64
- $NOMC || source ~/mc/bin/activate root
65
-
66
- # Avoid failure due to bad handling of --dirty in conda-build 3.0.3.
67
- # see https://github.com/conda/conda-build/issues/2166.
68
- - $NOMC || echo 'conda-build <3' | tee ~/mc/conda-meta/pinned
69
70
- $NOMC || conda update --yes conda
71
- $NOMC || conda install --yes conda-build jinja2
72
- $NOMC || conda create --name=testenv --yes python=${MYPYTHON_VERSION} coverage
0 commit comments