#!/bin/sh

set -e

echo "=== python3 ==="

cp bindings/python/sample.py $AUTOPKGTEST_TMP/.
cd $AUTOPKGTEST_TMP
python3 sample.py
