#!/bin/sh

set -e

cd /tmp
echo "backend: agg" > matplotlibrc

python3 -m skbio.test

rm -f matplotlibrc
