Skip to content

Commit

Permalink
Merge eaa690b into 912b459
Browse files Browse the repository at this point in the history
  • Loading branch information
jchiang87 committed Feb 1, 2019
2 parents 912b459 + eaa690b commit 9cdfee0
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 imsim-dc2-run2.1-test

# 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 9cdfee0

Please sign in to comment.