https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: ca235a08d6253b137b921adee280022f67517ebe authored by Antoine R. Dumont (@ardumont) on 24 May 2016, 14:51:37 UTC
d/control: Ignore filesystem tests
Tip revision: ca235a0
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="python{version} -m nose swh -sva '!db,!fs'" \
        dh_auto_test
back to top