Codebase list python-pygerrit2 / 6cc6157
Use pybuild for running tests Ondřej Nový 6 years ago
1 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
88 dh $@ --with python2,python3 --buildsystem=pybuild
99
1010 override_dh_auto_test:
11 for py in $$(pyversions -r 2>/dev/null) ; do echo "Testing with $$py:" ; $$py unittests.py; done
12 for py in $$(py3versions -r 2>/dev/null) ; do echo "Testing with $$py:" ; $$py unittests.py; done
11 PYBUILD_SYSTEM=custom \
12 PYBUILD_TEST_ARGS="{interpreter} unittests.py" \
13 dh_auto_test