#!/bin/sh
#!/bin/sh
set -e
export PYTHONWARNINGS=d
pyversions -i \
| tr ' ' '\n' \
| xargs -I {} env {} \
  debian/run-tests.py 2>&1
