Skip to content

Commit

Permalink
use a tag of obs_lsst known to work with w_2019_49 (yes, not just w_2…
Browse files Browse the repository at this point in the history
…019_39)
  • Loading branch information
jchiang87 committed Jan 19, 2019
1 parent 912b459 commit c2299d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions travis_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,17 @@ pip install pylint
git clone https://github.com/lsst/obs_lsst.git
cd obs_lsst
setup -r . -j

# Checkout a specific tag known to work with imSim and the
# lsst_distrib version pulled from Dockerhub in .travis.yaml.
git checkout w.2018.39-run1.2-v3

# Build the obs_lsst package, but avoid the time consuming and lengthy
# output from the 'tests' target. The version module is built by the
# 'tests', so build that explicitly since it is imported by the
# package itself.
scons lib python shebang examples doc policy python/lsst/obs/lsst/version.py

cd ..
eups declare imsim -r ${TRAVIS_BUILD_DIR} -t current
setup imsim
Expand Down

0 comments on commit c2299d0

Please sign in to comment.