#!/bin/sh
set -e

echo "Running upstream tests with Python2"
pytest --verbose

echo "Running upstream tests with Python3"
pytest-3 --verbose
