Skip to content

Commit 1436452

Browse files
committed
Added new conda channel
modified: .travis.yml modified: install.sh
1 parent 29e1d90 commit 1436452

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: C
22

33
install:
4-
- CHANNEL=http://eupsforge.net/conda/dev ./install.sh lsst-sims pandas nose
4+
- CHANNEL=http://conda.lsst.codes/sims ./install.sh lsst-sims pandas nose
55
- export PATH="$HOME/miniconda/bin:$PATH"
66
- source eups-setups.sh
77
- setup lsst_sims

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77
MINICONDA_VERSION=${MINICONDA_VERSION:-3.19.0} # you can use "latest" if you don't care
8-
CHANNEL=${CHANNEL:-"http://eupsforge.net/conda/dev"} # the URL to the conda channel where LSST conda packages reside
8+
CHANNEL=${CHANNEL:-"http://conda.lsst.codes/sims"} # the URL to the conda channel where LSST conda packages reside
99
PACKAGES="$@" # the top-level LSST package you want installed (lsst-distrib for DM, lsst-sims for simulations)
1010

1111
########################################################################################################

0 commit comments

Comments
 (0)