#!/bin/bash

set -e

echo 'Running integration tests...'
py.test tests/integration --junitxml=pyunit.xml
