#!/bin/bash
# Run the integration tests Requires pytest-parallel:
#   pip install pytest-parallel

export SCIRIS_BACKEND='agg' # Don't show plots
pytest test_*.py -n auto --durations=0
