#!/usr/bin/env bash
#
# Test app
#

pip install -r requirements.txt

py.test

# vim: ft=sh:
