#!/usr/bin/env bash

set -ev

rm -rf pairtools

pytest-3 --ignore=.pc

echo ALL PASS
