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 committed Jan 16, 2019
1 parent 4a7f491 commit faa9697
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 faa9697

Please sign in to comment.