1 2 3 4 5
Depends: python3-all, python3-setuptools, python3-box, Test-Command: set -e; for py in $(py3versions -i); do echo "[*] testing on $py:"; $py -c "import box; print(box)"; done