#!/bin/sh

set -e

py=$(py3versions -d)

cd "$AUTOPKGTEST_TMP" 
echo "Testing with $py:"
$py -c "import cipheycore; print(cipheycore)"
