#!/bin/sh

set -e

cp tox.ini $AUTOPKGTEST_TMP
cp test_flake8.py $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP
python3 -m pytest
