#!/bin/sh

set -ex

for py in $(py3versions -s 2>/dev/null)
do
    $py test_gnupg.py
done
