#!/bin/sh

set -e

python setup.py test
python3 setup.py test

