Test-Command: set -e; for py in $(py3versions -i); do echo "[*] testing on $py:"; $py -c 'import passlib.pwd'; done
Depends: @
