Skip to content

Commit

Permalink
Run validator with py3 given v1.0.1 now up on pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon committed May 20, 2016
1 parent 5f98293 commit 8f8c83e
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions run_validate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@
#
# See http://tldp.org/LDP/abs/html/arithexp.html for bash arithmetic

# Abort with exit code 0 if we have python3 because iiif_validate.py will
# not run with python3.
major_version=`/usr/bin/env python -c 'import sys; print(sys.version_info[0])'`
if test $major_version -ne 2; then
echo "Python major version is $major_version, validator works only with python2, exiting quietly."
exit 0
fi

verbosity='--quiet'
test_netpbm=true
show_test_name=false
Expand Down

0 comments on commit 8f8c83e

Please sign in to comment.