#!/bin/bash -xe

PLUGIN=$1

tox -e venv -- sahara-image-create -x -u -p $PLUGIN
