swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: cee6aa890a772754a786158c77ddf9f919602eb2 authored by Quentin Campos on 27 June 2016, 12:57:11 UTC
New upstream version 0.0.43
Tip revision: cee6aa8
rules
#!/usr/bin/make -f

# This file was automatically generated by stdeb 0.8.5 at
# Tue, 22 Sep 2015 12:05:09 +0200
export PYBUILD_NAME=swh-storage

%:
	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'" \
        dh_auto_test
back to top