We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977f0d4 commit 4b35656Copy full SHA for 4b35656
.travis.yml
@@ -65,6 +65,8 @@ before_install:
65
- $NOMC || cp ~/mc/bin/scons ~/bin/
66
- $NOMC || conda create --name=testenv --yes python=${MYPYTHON_VERSION} coverage
67
- $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
70
71
- $NOAPT || test "${TRAVIS_OS_NAME}" = "linux" || exit $?
72
- $NOAPT || sudo apt-get update -qq
0 commit comments