#!/bin/bash
set -e
cp README.rst tox.ini "$AUTOPKGTEST_TMP"
cp -r tests examples "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
python3 -m pytest tests/

