#!/bin/bash set -e if [ ! -d ".build" ]; then virtualenv .build --python $1 fi . .build/bin/activate python build.py prepare $3 python build.py $2 python build.py test