Skip to content

Commit 4b35656

Browse files
committed
DEV: add diffpy/dev channel for conda builds.
This is necessary for Python 3 builds that need development version of libobjcryst. Revert after public release of the Python 3 pyobjcryst.
1 parent 977f0d4 commit 4b35656

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ before_install:
6565
- $NOMC || cp ~/mc/bin/scons ~/bin/
6666
- $NOMC || conda create --name=testenv --yes python=${MYPYTHON_VERSION} coverage
6767
- $NOMC || conda config --add channels diffpy
68+
# FIXME - keep just the "diffpy" channel for public release.
69+
- $NOMC || conda config --add channels diffpy/channel/dev
6870

6971
- $NOAPT || test "${TRAVIS_OS_NAME}" = "linux" || exit $?
7072
- $NOAPT || sudo apt-get update -qq

0 commit comments

Comments
 (0)