Codebase list python-xstatic-tv4 / adf5f21
Override auto test. Ivan Udovichenko 7 years ago
1 changed file(s) with 1 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
1414
1515 override_dh_auto_test:
1616 ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
17 set -e ; for pyvers in $(PYTHONS) $(PYTHON3S); do \
18 python$$pyvers setup.py test ; \
19 done
17 echo "No test here"
2018 endif
21
22
2319
2420 override_dh_clean:
2521 dh_clean -O--buildsystem=python_distutils