https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: b370d8b3b4e996538c6ed0635ae3d816c4fb7bb9 authored by Nicolas Dandrimont on 14 February 2017, 18:32:24 UTC
New upstream version 0.0.13
Tip revision: b370d8b
rules
#!/usr/bin/make -f

export PYBUILD_NAME=swh-model

%:
	dh $@ --with python3 --buildsystem=pybuild

override_dh_auto_test:
	PYBUILD_SYSTEM=custom \
        PYBUILD_TEST_ARGS="cd {build_dir}; python{version} -m nose swh -sva '!db,!fs'" \
        dh_auto_test
back to top