From 39be8c6e4c451926e115061658984a90c40bff2d Mon Sep 17 00:00:00 2001 From: Philipp Hanslovsky Date: Wed, 16 Jan 2019 11:11:16 -0500 Subject: [PATCH] Test version in .travis/build.sh --- .travis/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/build.sh b/.travis/build.sh index 797c22f..c514e11 100755 --- a/.travis/build.sh +++ b/.travis/build.sh @@ -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)"