Skip to content

Commit

Permalink
Merge c2299d0 into 912b459
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiang87 committed Jan 23, 2019
2 parents 912b459 + c2299d0 commit f76802d
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 f76802d

Please sign in to comment.