Skip to content

Commit

Permalink
Test version in .travis/build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hanslovsky authored and ctrueden committed Jun 28, 2019
1 parent f3dceec commit 39be8c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ pip install .
python -c 'import sys; sys.path.remove(""); import jgo'
which jgo
test "$(jgo org.scijava:parsington 1+3)" -eq 4
test "$(python -c 'from jgo import __version__; print(__version__)')" = "$(jgo --version)"

0 comments on commit 39be8c6

Please sign in to comment.