#!/bin/bash

nosetests --exe --with-coverage --cover-package ssbench --cover-html --cover-branch --cover-erase $@ && \
    flake8 && flake8 bin/*

