Fix spelling in d/rules node > nose

This commit is contained in:
Ross Gammon 2018-02-19 07:34:16 +01:00 committed by Nick Hall
parent c149c5f2fa
commit ee470deaca

2
debian/rules vendored
View File

@ -9,7 +9,7 @@ export PYBUILD_INSTALL_ARGS_python3=--resourcepath=/usr/share --force
%:
dh $@ --with python3 --buildsystem=pybuild
# Override auto test to enable node tests
# Override auto test to enable nose tests
override_dh_auto_test:
HOME=$(CURDIR)/build \
nosetests3 -vv \