#!/bin/sh -e
python3 -m nose -v tests/ 2>&1
