#!/bin/sh

set -e
set -x

python setup.py test -v
python3 setup.py test -v
