Skip to content

Commit 9885f5a

Browse files
committed
CI: install conda-verify per conda-build suggestion
1 parent 4b6ba6f commit 9885f5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ before_install:
6060
- $NOMC || popd
6161
- $NOMC || source ~/mc/bin/activate base
6262
- $NOMC || conda update --yes conda
63-
- $NOMC || conda install --yes conda-build jinja2
63+
- $NOMC || conda install --yes conda-build conda-verify jinja2
6464
- $NOMC || conda create --name=testenv --yes python=${MYPYTHON_VERSION} coverage
6565
- $NOMC || conda config --add channels diffpy
6666

0 commit comments

Comments
 (0)