Skip to content

Commit b0197e5

Browse files
committed
Use the diffpy channel for conda build in travis.
1 parent a4bf17e commit b0197e5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,9 @@ before_install:
5454
- $NOMC || popd
5555
- $NOMC || export PATH="${HOME}/mc/bin:${PATH}"
5656
- $NOMC || conda update --yes conda
57-
- $NOMC || conda install --yes python=${MYPYTHON_VERSION} conda-build
57+
- $NOMC || conda install --yes conda-build jinja2
5858
- $NOMC || conda create --name=testenv --yes python=${MYPYTHON_VERSION}
59-
- $NOMC || conda config --add channels pavoljuhas/channel/dev
60-
- $NOMC || conda config --add channels pavoljuhas
59+
- $NOMC || conda config --add channels diffpy
6160

6261
- $NOAPT || test "${TRAVIS_OS_NAME}" = "linux"
6362
- $NOAPT || sudo apt-get update -qq

0 commit comments

Comments
 (0)