Skip to content

Commit d0b2312

Browse files
committed
Adjust for conda-build 2.1.4.
* update prefix path to the conda-build test environment. * Use `--dirty` instead of deprecated `--keep-old-work`.
1 parent 1f94faa commit d0b2312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ before_install:
7575
- $NOAPT || popd
7676

7777
install:
78-
- $NOMC || conda build --keep-old-work conda-recipe
79-
- $NOMC || MYCONDATESTENV="$(ls -td ~/mc/conda-bld/conda-recipe_*/_t_env | head -1)"
78+
- $NOMC || conda build --dirty conda-recipe
79+
- $NOMC || MYCONDATESTENV="$(ls -td ~/mc/conda-bld/${MYNAME}_*/_t_env | head -1)"
8080
- $NOMC || source activate ${MYCONDATESTENV:?"conda test environment not found"}
8181
- $NOMC || conda list --export ${MYNAME} > /tmp/mypackage.txt
8282
- $NOMC || source activate root

0 commit comments

Comments
 (0)