Commit 13434147 authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

Use nosetests3 for build-time testing

as it is said in Makefile
parent 629674fc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -13,3 +13,5 @@ export PYBUILD_BEFORE_INSTALL=rm -rvf {build_dir}/q2-quality-filter.egg-* \
%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
	dh_auto_test -- -s custom --test-args="cd {build_dir}; nosetests3"