Skip to content

Commit faa9697

Browse files
committed
Test version in .travis/build.sh
1 parent 4a7f491 commit faa9697

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ pip install .
33
python -c 'import sys; sys.path.remove(""); import jgo'
44
which jgo
55
test "$(jgo org.scijava:parsington 1+3)" -eq 4
6+
test "$(python -c 'from jgo import __version__; print(__version__)')" = "$(jgo --version)"

0 commit comments

Comments
 (0)