#!/bin/bash
set -e
virtualenv --python=python3.4 .
bin/pip install zc.buildout==2.4.0 --use-mirrors
bin/buildout
bin/py.test -vv -m 1
