#!/bin/bash

set -e

# run linting of python files
echo 'Running integration tests...'

py.test tests/integration/
