#!/bin/sh

set -efu

# See bug #941558.
export HOME=/tmp/

tox -e py3
tox -e coverage
