#!/bin/sh

set -e
set -x

nosetests3 -v

echo 'Smoke test of python3 version succesful'
exit 0
