#!/bin/sh
set -e
pytest-3 -o cache_dir=/tmp/ -s -v /usr/lib/python3/dist-packages/pyobjcryst/tests/test*.py
