#!/bin/sh

set -e

cd /tmp
echo "backend: agg" > matplotlibrc

python3 -c 'import skbio'

rm -f matplotlibrc
