#!/bin/sh

set -e
set -x

nosetests

echo 'Smoke test of python2 version succesful'
exit 0
