#!/bin/bash
set -e

cp -r tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"
python3 -m nose --verbose --exclude 'code_format|python2'

