Skip to content
Snippets Groups Projects
Commit c9e33a1b authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

Run tests during build

parent 1bc7aa8c
No related branches found
Tags debian/upstream/0.8.0
No related merge requests found
......@@ -4,3 +4,8 @@ export PYBUILD_NAME=swh-model
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_test:
PYBUILD_SYSTEM=custom \
PYBUILD_TEST_ARGS="python{version} -m nose swh -sva '!db'" \
dh_auto_test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment