#!/bin/sh

set -e
set -x

pytest-3 -v

echo 'Smoke test of python3 version succesful'
exit 0
