#!/usr/bin/env bash

set -ev

rm -rf pairtools

nosetests3

echo ALL PASS
