We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a7f491 commit faa9697Copy full SHA for faa9697
.travis/build.sh
@@ -3,3 +3,4 @@ pip install .
3
python -c 'import sys; sys.path.remove(""); import jgo'
4
which jgo
5
test "$(jgo org.scijava:parsington 1+3)" -eq 4
6
+test "$(python -c 'from jgo import __version__; print(__version__)')" = "$(jgo --version)"
0 commit comments