#!/bin/sh -e
pyversions -i | tr ' ' '\n' | xargs -I {} env {} -Wd setup.py test 2>&1
