#!/bin/sh

set -e

xvfb-run sh -ec 'python setup.py test; python3 setup.py test'
