Skip to content

Commit dc77d4a

Browse files
committed
Revert "DEV: avoid buggy conda-build 3.0.3."
This reverts commit 7cf9139.
1 parent 7cf9139 commit dc77d4a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ before_install:
6262
- $NOMC || test -x ~/mc/bin/conda || bash ${MYMCBUNDLE} -b -f -p ~/mc
6363
- $NOMC || popd
6464
- $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-
7065
- $NOMC || conda update --yes conda
7166
- $NOMC || conda install --yes conda-build jinja2
7267
- $NOMC || conda create --name=testenv --yes python=${MYPYTHON_VERSION} coverage

0 commit comments

Comments
 (0)