#!/bin/sh -e
py3versions -i | tr ' ' '\n' | xargs -I {} env {} -Wd -m pytest tests 2>&1
