2014-12-12 15:50:31 +01:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# set -x
|
|
|
|
|
2014-12-20 17:17:44 +01:00
|
|
|
# don't run this set of tests as part of make check -- some platforms do make
|
|
|
|
# check before install and it's too hard to make pyvips8 work without
|
|
|
|
# installation
|
|
|
|
|
2014-12-12 15:50:31 +01:00
|
|
|
. ./variables.sh
|
|
|
|
|
|
|
|
echo "testing with python2 ..."
|
|
|
|
|
2015-01-29 15:27:18 +01:00
|
|
|
python2 test_all.py
|
2014-12-12 15:50:31 +01:00
|
|
|
|
|
|
|
echo "testing with python3 ..."
|
|
|
|
|
2015-01-29 15:27:18 +01:00
|
|
|
python3 test_all.py
|