Test-Command: set -e
 ; for py in $(pyversions -r 2>/dev/null)
 ; do cd pyBigWigTest
 ; $py test.py
 ; cd ..
 ; done
Depends: python-pybigwig, python-all

Test-Command: set -e
 ; for py in $(py3versions -r 2>/dev/null)
 ; do cd pyBigWigTest
 ; $py test.py
 ; cd ..
 ; done
Depends: python3-pybigwig, python3-all
