Skip to content

Commit 7da0209

Browse files
committed
CI: install conda-verify per conda-build suggestion
1 parent 401ff9a commit 7da0209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ before_install:
6363
- $NOMC || popd
6464
- $NOMC || source ~/mc/bin/activate base
6565
- $NOMC || conda update --yes conda
66-
- $NOMC || conda install --yes conda-build jinja2
66+
- $NOMC || conda install --yes conda-build conda-verify jinja2
6767
- $NOMC || conda create --name=testenv --yes $MYCXXCOMPILER
6868
- $NOMC || conda config --add channels diffpy
6969

0 commit comments

Comments
 (0)