#!/bin/sh -e

. scripts/env

set -x

if [ -z $CI ]; then
    scripts/check
fi

${PREFIX}pytest $@
