#!/bin/sh
#
# autopkgtest check: Run tox against the built package.
#
# Copyright (C) 2013 Canonical Ltd.
# Author: Barry Warsaw <barry@ubuntu.com>

set -e
tox
