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