Skip to content

Commit

Permalink
build the version.py module explicitly since its build is part of the…
Browse files Browse the repository at this point in the history
… tests target
  • Loading branch information
jchiang87 committed Jan 16, 2019
1 parent 73cc8f8 commit 4f49b6e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion travis_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ pip install pylint
git clone https://github.com/lsst/obs_lsst.git
cd obs_lsst
setup -r . -j
scons lib python shebang examples doc policy
# 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 4f49b6e

Please sign in to comment.